Sha256: c06311df99658d1329daf2fafd28f3f90822086a79cd1551151fa0614b245670
Contents?: true
Size: 427 Bytes
Versions: 6
Compression:
Stored size: 427 Bytes
Contents
# -*- encoding : utf-8 -*- require "cardio/generators" require "cardio/generators/class_methods" # note: despite the decko file name the base class is Cardio module Cardio module Generators # main definition of this module is in card gem module ClassMethods # generator USAGE docs will use "decko" rather than "card" when called with decko def banner_command "decko" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems