Class: Yass::Declarations::LineHeight::Normal

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



5311
5312
5313
# File 'lib/yass/declarations.rb', line 5311

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

#kindObject



5315
5316
5317
# File 'lib/yass/declarations.rb', line 5315

def kind
  :normal
end