Class: Yass::Declarations::Custom
- Inherits:
-
Object
- Object
- Yass::Declarations::Custom
show all
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Classes: CSSWideKeyword, Parsed, Unparsed
Constant Summary
collapse
- RUBY_METHODS =
%i(kind value).freeze
Instance Method Summary
collapse
Methods included from Node
#to_h
Instance Method Details
#accept(visitor) ⇒ Object
3354
3355
3356
|
# File 'lib/yass/declarations.rb', line 3354
def accept(visitor)
visitor.visit_declaration_custom(self)
end
|
#kind ⇒ Object
3358
3359
3360
|
# File 'lib/yass/declarations.rb', line 3358
def kind
:custom
end
|