Method: UrbanDictionary::Formatter.format
- Defined in:
- lib/urban_dictionary/formatters.rb
.format(word) ⇒ Object
31 32 33 |
# File 'lib/urban_dictionary/formatters.rb', line 31 def self.format(word) raise NotImplementedError, "#format has not been implemented by #{self}" end |