Class: Yass::Declarations::PaddingRight

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



6126
6127
6128
# File 'lib/yass/declarations.rb', line 6126

def accept(visitor)
  visitor.visit_declaration_padding_right(self)
end

#kindObject



6130
6131
6132
# File 'lib/yass/declarations.rb', line 6130

def kind
  :padding_right
end