Sha256: b562ed6396cad7ce5c4f8ed50042d87d1b69fa61d0013d2a9a9f2c231a131ec5

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

require File.expand_path('../shared/my_methods', File.dirname(__FILE__))
module GitScratch
  module Generators
    class RenewGenerator < Rails::Generators::Base
      include CommonMethods

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git_scratch-0.1.1 lib/generators/git_scratch/renew/renew_generator.rb