Class: Hocon::Impl::Tokens::Line
Instance Method Summary collapse
-
#initialize(origin) ⇒ Line
constructor
A new instance of Line.
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 |