class Racc::ActionTable

def each_shift(&block)

def each_shift(&block)
  @shift.each(&block)
end