lib/rich/i18n.rb in rich_i18n-1.2.3 vs lib/rich/i18n.rb in rich_i18n-1.3.0
- old
+ new
@@ -1,11 +1,11 @@
module Rich
module I18n
extend self
-
+
def method_missing(method, *args)
::I18n.send method, *args
end
-
+
end
end