Module: Stringer
- Defined in:
- lib/stringer.rb,
lib/stringer/version.rb,
lib/stringer/processor.rb,
lib/stringer/strings_file.rb
Defined Under Namespace
Classes: Processor, StringsFile
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.run(locale, options = {}) ⇒ Object
7 8 9 |
# File 'lib/stringer.rb', line 7 def self.run(locale, = {}) Stringer::Processor.new(locale, ).run end |