Module: I18n::Processes::Command::Collection
- Included in:
- I18n::Processes::Command::Commands::Data, I18n::Processes::Command::Commands::EqBase, I18n::Processes::Command::Commands::Health, I18n::Processes::Command::Commands::Meta, I18n::Processes::Command::Commands::Missing, I18n::Processes::Command::Commands::Preprocessing, I18n::Processes::Command::Commands::Tree, I18n::Processes::Command::Commands::Usages, I18n::Processes::Command::Commands::XLSX
- Defined in:
- lib/i18n/processes/command/collection.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'lib/i18n/processes/command/collection.rb', line 11 def self.included(base) base.module_eval do include Command::DSL include Command::Options::Common include Command::Options::Locales include Command::Options::Data end end |