Sha256: 23e1016c4c2dc7461cf61051eb9ef0d8fa26c852164f89dbf117f88e59c9bc8e
Contents?: true
Size: 398 Bytes
Versions: 16
Compression:
Stored size: 398 Bytes
Contents
#-- # (c) Copyright 2007-2008 Sun Microsystems, Inc. # See the file LICENSES.txt included with the distribution for # software license details. #++ class WarbleGenerator < Rails::Generator::Base def manifest record do |m| m.directory 'config' m.template 'warble.rb', File.join('config', 'warble.rb') end end protected def banner "Usage: #{$0} warble" end end
Version data entries
16 entries across 16 versions & 7 rubygems