10 11 12
# File 'app/models/state.rb', line 10 def <=>(other) name <=> other.name end
14 15 16
# File 'app/models/state.rb', line 14 def to_s name end