Method: Phrase::Team#to_s

Defined in:
lib/phrase/models/team.rb

#to_sString

Returns the string representation of the object



212
213
214
# File 'lib/phrase/models/team.rb', line 212

def to_s
  to_hash.to_s
end