Sha256: 41d380358ca583c4ebf80358dc97996e6f8b49e02c0544186092726f273e03da
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
require File.expand_path('../common/my_methods', File.dirname(__FILE__)) module GitScratch module Generators class RenewGenerator < Rails::Generators::Base include CommonMethods def renew puts "Ksh..... renew method...GitScratch" perform end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git_scratch-0.1.3 | lib/generators/git_scratch/renew/renew_generator.rb |