Class: Yass::Declarations::Rotate::None
- Inherits:
-
Object
- Object
- Yass::Declarations::Rotate::None
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
6419 6420 6421 |
# File 'lib/yass/declarations.rb', line 6419 def accept(visitor) visitor.visit_declaration_rotate_none(self) end |
#kind ⇒ Object
6423 6424 6425 |
# File 'lib/yass/declarations.rb', line 6423 def kind :none end |