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