Sha256: 9db8b1991e7caf9234d0b416be2b76cf220189b922c1eb9582c7391eabc695e4
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 Bytes
Contents
require 'active_support/concern' module CommonMethods extend ActiveSupport::Concern included do desc 'GitScratch rails app' argument :new_name, :type => :string, :default => '' end protected def perform puts "perform in commons...." end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git_scratch-0.1.2 | lib/generators/git_scratch/common/my_methods.rb |
git_scratch-0.1.1 | lib/generators/git_scratch/common/my_methods.rb |