class TheFox::Range::Lexer::Block

{ }

Public Class Methods

new(level) click to toggle source
Calls superclass method TheFox::Range::Lexer::Base::new
# File lib/thefox-ext/range/lexer/block.rb, line 7
def initialize(level)
  super()
  # puts '-> Block.initialize(%s)' % [level.inspect]
  @level = level.dup
end

Public Instance Methods

level() click to toggle source
# File lib/thefox-ext/range/lexer/block.rb, line 13
def level()
  @level
end