Hocon::Impl::Tokens::Comment
# File lib/hocon/impl/tokens.rb, line 202 def initialize(origin, text) super(origin, text) end
# File lib/hocon/impl/tokens.rb, line 206 def token_text "//" + @text end