Method: I18nFlow::CLI::CommandBase#initialize
- Defined in:
- lib/i18n_flow/cli/command_base.rb
#initialize(args) ⇒ CommandBase
10 11 12 13 |
# File 'lib/i18n_flow/cli/command_base.rb', line 10 def initialize(args) @args = args.dup @options = I18nFlow::Util::(@args) end |