Class: Apollo::StateSet

Inherits:
Set
  • Object
show all
Defined in:
lib/apollo/state_set.rb

Instance Method Summary collapse

Instance Method Details

#state_namesObject



3
4
5
# File 'lib/apollo/state_set.rb', line 3

def state_names
  collect {|state| state.name.to_s}
end