class Gem::Tasks::SCM::Tag
def initialize(options={})
(**options)
-
:format
(String, Proc
) --
Parameters:
-
options
(Hash
) --
def initialize(options={}) super() @format = options.fetch(:format,DEFAULT_FORMAT) yield self if block_given? define end