Module: I18nFlow

Extended by:
I18nFlow
Included in:
I18nFlow
Defined in:
lib/i18n_flow.rb,
lib/i18n_flow/version.rb

Defined Under Namespace

Modules: Splitter, Util, Validator, YamlAstProxy Classes: CLI, Configuration, Corrector, Formatter, Parser, Repository, Search

Constant Summary collapse

MAJOR =
0
MINOR =
2
REVISION =
3
VERSION =
[MAJOR, MINOR, REVISION].join('.')

Instance Method Summary collapse

Instance Method Details

#configObject



4
5
6
# File 'lib/i18n_flow.rb', line 4

def config
  @config ||= Configuration.new
end

#configure(&block) ⇒ Object



8
9
10
# File 'lib/i18n_flow.rb', line 8

def configure(&block)
  config.update(&block)
end