Class: Yass::Declarations::Rotate
- Inherits:
-
Object
- Object
- Yass::Declarations::Rotate
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Constant Summary collapse
- RUBY_METHODS =
%i(kind value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
6406 6407 6408 |
# File 'lib/yass/declarations.rb', line 6406 def accept(visitor) visitor.visit_declaration_rotate(self) end |
#kind ⇒ Object
6410 6411 6412 |
# File 'lib/yass/declarations.rb', line 6410 def kind :rotate end |