lib/translation.rb in habluhablu-0.5.1 vs lib/translation.rb in habluhablu-0.5.2
- old
+ new
@@ -41,8 +41,5 @@
File.open("config/locales/#{@target}.yml", "a+") do |f|
f.write({ "translation" => content.to_s }.to_yaml)
end
end
end
-
-tr = Translation.new("Hi_there", "es")
-tr.response