Sha256: e32d59d2b53c6bf538968d07270e68db2ea974402d10da59b011a719a4a1553f
Contents?: true
Size: 427 Bytes
Versions: 9
Compression:
Stored size: 427 Bytes
Contents
#-- # (c) Copyright 2008 Mikael Lammentausta # See the file LICENSES.txt included with the distribution for # software license details. #++ module Caterpillar class Usage def self.show STDOUT.puts 'Usage:' STDOUT.puts ' See "%s --describe" for an overview of the tasks.' % $0 STDOUT.puts STDOUT.puts ' cd to Rails root, and run the "%s pluginize" task' % $0 STDOUT.puts end end end
Version data entries
9 entries across 9 versions & 1 rubygems