Method: FreeDictionaryApi::Client.lookup!

Defined in:
lib/free_dictionary_api.rb

.lookup!(word) ⇒ Object



18
19
20
# File 'lib/free_dictionary_api.rb', line 18

def self.lookup! word
  self.new.lookup! word
end