class Hocon::Impl::Tokens::Comment::DoubleSlashComment
Public Class Methods
Source
# File lib/hocon/impl/tokens.rb, line 204 def initialize(origin, text) super(origin, text) end
Calls superclass method
Hocon::Impl::Tokens::Comment::new