# File lib/rails_generator/commands.rb, line 21
      def self.included(base)
        base.send(:define_method, :command) do |command|
          Commands.instance(command, self)
        end
      end