# File lib/racc/statetransitiontable.rb, line 70 def initialize(states) @states = states @grammar = states.grammar end