Method: Racc::Reduce#initialize
- Defined in:
- lib/racc/state.rb
#initialize(rule) ⇒ Reduce
Returns a new instance of Reduce.
898 899 900 901 |
# File 'lib/racc/state.rb', line 898 def initialize(rule) @rule = rule @refn = 0 end |
Returns a new instance of Reduce.
898 899 900 901 |
# File 'lib/racc/state.rb', line 898 def initialize(rule) @rule = rule @refn = 0 end |