# File lib/vendor/i18n/lib/i18n/backend/simple.rb, line 182 def load_rb(filename) eval(IO.read(filename), binding, filename) end