Class: Yass::Declarations::ClipPath::PathCommandClose
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::PathCommandClose
- 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
2115 2116 2117 |
# File 'lib/yass/declarations.rb', line 2115 def accept(visitor) visitor.visit_declaration_clip_path_path_command_close(self) end |
#kind ⇒ Object
2119 2120 2121 |
# File 'lib/yass/declarations.rb', line 2119 def kind :path_command_close end |