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