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