Sha256: 7fbe0e24c683693596ff422af7ddf25ebaabdc1c005975f91a6a30f304fbcf0b

Contents?: true

Size: 448 Bytes

Versions: 8

Compression:

Stored size: 448 Bytes

Contents

require 'i18n/tasks/command/options/common'
require 'i18n/tasks/command/options/locales'
require 'i18n/tasks/command/options/trees'

module I18n::Tasks
  module Command
    module Collection
      def self.included(base)
        base.module_eval do
          extend Command::DSL
          include Command::Options::Common
          include Command::Options::Locales
          include Command::Options::Trees
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
i18n-tasks-0.7.7 lib/i18n/tasks/command/collection.rb
i18n-tasks-0.7.6 lib/i18n/tasks/command/collection.rb
i18n-tasks-0.7.5 lib/i18n/tasks/command/collection.rb
i18n-tasks-0.7.4 lib/i18n/tasks/command/collection.rb
i18n-tasks-0.7.3 lib/i18n/tasks/command/collection.rb
i18n-tasks-0.7.2 lib/i18n/tasks/command/collection.rb
i18n-tasks-0.7.1 lib/i18n/tasks/command/collection.rb
i18n-tasks-0.7.0 lib/i18n/tasks/command/collection.rb