Method: Racc::ActionTable#each_shift
- Defined in:
- lib/racc/state.rb
#each_shift(&block) ⇒ Object
874 875 876 |
# File 'lib/racc/state.rb', line 874 def each_shift(&block) @shift.each(&block) end |
874 875 876 |
# File 'lib/racc/state.rb', line 874 def each_shift(&block) @shift.each(&block) end |