Class: Bruno::Converter
- Inherits:
-
Object
- Object
- Bruno::Converter
- Defined in:
- lib/bruno/converter.rb
Class Method Summary collapse
Class Method Details
.convert(in_path, out_path) ⇒ Object
3 4 5 |
# File 'lib/bruno/converter.rb', line 3 def self.convert(in_path, out_path) I18nFile.read(in_path).write(out_path) end |