Class: Yass::Declarations::OffsetPath::PositionAuto

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

Constant Summary collapse

RUBY_METHODS =
%i(kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



5845
5846
5847
# File 'lib/yass/declarations.rb', line 5845

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

#kindObject



5849
5850
5851
# File 'lib/yass/declarations.rb', line 5849

def kind
  :position_auto
end