Class: Yass::Declarations::Length::FontRelative
- Inherits:
-
Object
- Object
- Yass::Declarations::Length::FontRelative
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind unit value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
5199 5200 5201 |
# File 'lib/yass/declarations.rb', line 5199 def accept(visitor) visitor.visit_declaration_length_font_relative(self) end |
#kind ⇒ Object
5203 5204 5205 |
# File 'lib/yass/declarations.rb', line 5203 def kind :font_relative end |