Module: I18n::Tasks::Command::Commands::EqBase
- Includes:
- I18n::Tasks::Command::Collection
- Included in:
- I18n::Tasks::Commands
- Defined in:
- lib/i18n/tasks/command/commands/eq_base.rb
Instance Method Summary collapse
Methods included from I18n::Tasks::Command::Collection
Instance Method Details
#eq_base(opt = {}) ⇒ Object
14 15 16 17 18 |
# File 'lib/i18n/tasks/command/commands/eq_base.rb', line 14 def eq_base(opt = {}) forest = i18n.eq_base_keys(opt) print_forest forest, opt, :eq_base_keys :exit1 unless forest.empty? end |