Methods

I18n::Tests::Lookup

Public Instance Methods

setup() click to toggle source
# File lib/i18n/tests/lookup.rb, line 5
def setup
  super
  I18n.backend.store_translations(:en, :foo => { :bar => 'bar', :baz => 'baz' }, :falsy => false, :truthy => true,
    :string => "a", :array => %(a b c), :hash => { "a" => "b" })
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.