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