Method: I18n::Processes::Data::FileSystemBase#write
- Defined in:
- lib/i18n/processes/data/file_system_base.rb
#write(forest) ⇒ Object
84 85 86 |
# File 'lib/i18n/processes/data/file_system_base.rb', line 84 def write(forest) forest.each { |root| set(root.key, root.to_siblings) } end |