Sha256: 1d994b12c3ad8ec2ba13aa34be2de0b62efc65ee7246a329b0bce079337afa5c
Contents?: true
Size: 556 Bytes
Versions: 5
Compression:
Stored size: 556 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 puts 'Caterpillar v.%s (c) Copyright 2008 Mikael Lammentausta' % VERSION puts 'Caterpillar is provided under the terms of the MIT license.' puts puts 'Usage:' puts ' See "%s --describe" for an overview of the tasks.' % $0 puts puts ' cd to Rails root, and run the "%s pluginize" task' % $0 # puts ' Run "%s" in Rails root' % $0 # puts ' See end end end
Version data entries
5 entries across 5 versions & 1 rubygems