Class: Yass::Declarations::ColumnWidth

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Defined Under Namespace

Classes: Auto, Length

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



3028
3029
3030
# File 'lib/yass/declarations.rb', line 3028

def accept(visitor)
  visitor.visit_declaration_column_width(self)
end

#kindObject



3032
3033
3034
# File 'lib/yass/declarations.rb', line 3032

def kind
  :column_width
end