Class: Yass::Declarations::Calc::AnchorSizeFunction
- Inherits:
-
Object
- Object
- Yass::Declarations::Calc::AnchorSizeFunction
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(children fallback kind size target_element).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
1443 1444 1445 |
# File 'lib/yass/declarations.rb', line 1443 def accept(visitor) visitor.visit_declaration_calc_anchor_size_function(self) end |
#kind ⇒ Object
1447 1448 1449 |
# File 'lib/yass/declarations.rb', line 1447 def kind :anchor_size_function end |