module SassListen::FSM::ClassMethods

def states

Obtain the valid states for this FSM
def states
  @states ||= {}
end