class TheFox::Range::Lexer::Separator
Public Class Methods
new()
click to toggle source
Calls superclass method
TheFox::Range::Lexer::Base::new
# File lib/thefox-ext/range/lexer/separator.rb, line 6 def initialize() super() # puts '-> Separator.initialize()' end
Public Instance Methods
inspect()
click to toggle source
:nocov:
# File lib/thefox-ext/range/lexer/separator.rb, line 12 def inspect() 'Separator' end