Sha256: 7a6666e5ce4e5869ddb71aa141f8b3458b6df1cc0c6f3fe7f672ba233b37d2a4
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 Bytes
Contents
class Gem::Commands::<%= klass %>Command < Gem::Command def initialize super("<%= name %>", "Add a description here") end def execute # here goes the code that will be executed # when someone runs "gem <%= name %>" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubygems_plugin_generator-0.1.0 | lib/rubygems_plugin_generator/templates/command.tt |