Class: I18n::Backend::Simple

Inherits:
Object
  • Object
show all
Defined in:
lib/i18n/toml.rb

Instance Method Summary collapse

Instance Method Details

#load_toml(filename) ⇒ Object



9
10
11
# File 'lib/i18n/toml.rb', line 9

def load_toml(filename)
  TomlRB.load_file filename
end