lib/nexmos/text_to_speech.rb in nexmos-0.2 vs lib/nexmos/text_to_speech.rb in nexmos-0.3

- old
+ new

@@ -1,5 +1,5 @@ module Nexmos class TextToSpeech < Base - self.define_api_calls(:text_to_speech) + define_api_calls(:text_to_speech) end -end \ No newline at end of file +end