class TheFox::Range::Lexer::Operator

+

Public Class Methods

new() click to toggle source
Calls superclass method TheFox::Range::Lexer::Base::new
# File lib/thefox-ext/range/lexer/operator.rb, line 7
def initialize()
  super()
  # puts '-> Operator.initialize'
end

Public Instance Methods

inspect() click to toggle source

:nocov:

# File lib/thefox-ext/range/lexer/operator.rb, line 13
def inspect()
  'Operator()'
end