Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ruby_rhymes.rb
Instance Method Summary collapse
Instance Method Details
#to_phrase ⇒ Object
214 215 216 |
# File 'lib/ruby_rhymes.rb', line 214 def to_phrase Phrase.new(self) end |