Class: Yass::Declarations::FontSize

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

Defined Under Namespace

Classes: Keyword, Larger, Length, Smaller, System

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



3760
3761
3762
# File 'lib/yass/declarations.rb', line 3760

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

#kindObject



3764
3765
3766
# File 'lib/yass/declarations.rb', line 3764

def kind
  :font_size
end