Sha256: 0ef341f1b8f79e9cd0675f60ea546c4a4468a3455da9228e1a3d9a84e46881bd
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
require "stringer/version" require "stringer/strings_file" require "stringer/processor" module Stringer def self.run(locale, options = {}) Stringer::Processor.new(locale, options).run end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stringer-0.0.1 | lib/stringer.rb |