Sha256: 8ff21bdd5c450f120362202154ce033e4680f4caecf4ff8ce9a4ff5072b032fa

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

require File.expand_path('../shared/common_methods', File.dirname(__FILE__))

module Kaizen
  module Generators
    class IntoGenerator < Rails::Generators::Base
      include CommonMethods

      def into
        puts "Ksh..... into method..."
        perform
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaizen-1.0.6 lib/generators/kaizen/into/into_generator.rb