Class: Yass::Declarations::Length::Absolute
- Inherits:
-
Object
- Object
- Yass::Declarations::Length::Absolute
- 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
5185 5186 5187 |
# File 'lib/yass/declarations.rb', line 5185 def accept(visitor) visitor.visit_declaration_length_absolute(self) end |
#kind ⇒ Object
5189 5190 5191 |
# File 'lib/yass/declarations.rb', line 5189 def kind :absolute end |