Method: I18n::Config#backend
- Defined in:
- lib/i18n/config.rb
#backend ⇒ Object
Returns the current backend. Defaults to Backend::Simple.
20 21 22 |
# File 'lib/i18n/config.rb', line 20 def backend @@backend ||= Backend::Simple.new end |