Class: Hocon::Impl::Tokens::Line

Inherits:
Token
  • Object
show all
Defined in:
lib/hocon/impl/tokens.rb

Instance Method Summary collapse

Constructor Details

#initialize(origin) ⇒ Line

Returns a new instance of Line.



67
68
69
# File 'lib/hocon/impl/tokens.rb', line 67

def initialize(origin)
  super(TokenType::NEWLINE, origin)
end