Class: Lkml::Tokens::LinebreakToken
- Inherits:
-
WhitespaceToken
- Object
- Token
- ContentToken
- TriviaToken
- WhitespaceToken
- Lkml::Tokens::LinebreakToken
- Defined in:
- lib/lkml/tokens.rb
Constant Summary collapse
- TOKEN_ID =
"<linebreak>"
Instance Attribute Summary
Attributes inherited from ContentToken
Attributes inherited from Token
Instance Method Summary collapse
- #inspect ⇒ Object (also: #to_s)
Methods inherited from ContentToken
#==, #eql?, #hash, #initialize
Methods inherited from Token
#==, #id, #initialize, #value
Constructor Details
This class inherits a constructor from Lkml::Tokens::ContentToken
Instance Method Details
#inspect ⇒ Object Also known as: to_s
100 101 102 |
# File 'lib/lkml/tokens.rb', line 100 def inspect "#{self.class.name.split('::').last}(#{value.inspect})" end |