From dff22a887af4f9fdf4437719a9ede27d22b31f40 Mon Sep 17 00:00:00 2001 From: Cameluby Date: Tue, 11 Oct 2016 21:48:55 +0900 Subject: [PATCH] fix unexpected keyword end --- lib/codic_caller.rb | 1 - 1 file changed, 1 deletion(-) 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')