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