Class: Yass::Declarations::LineHeight

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

Defined Under Namespace

Classes: Normal

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



5298
5299
5300
# File 'lib/yass/declarations.rb', line 5298

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

#kindObject



5302
5303
5304
# File 'lib/yass/declarations.rb', line 5302

def kind
  :line_height
end