Class: Yass::Declarations::OffsetPath::Ray
- Inherits:
-
Object
- Object
- Yass::Declarations::OffsetPath::Ray
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(angle contain? kind position size).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
5817 5818 5819 |
# File 'lib/yass/declarations.rb', line 5817 def accept(visitor) visitor.visit_declaration_offset_path_ray(self) end |
#kind ⇒ Object
5821 5822 5823 |
# File 'lib/yass/declarations.rb', line 5821 def kind :ray end |