diff --git a/lib/codic_caller.rb b/lib/codic_caller.rb index 5044937..3de99b9 100644 --- a/lib/codic_caller.rb +++ b/lib/codic_caller.rb @@ -11,7 +11,6 @@ def initialize @token = ENV['CODIC'] p "please write 'export CODIC=you_access_token' in .*rc" and exit(1) if @token.nil? - end end def translate(text, casing: 'lower underscore')