class Gem::Tasks::Push
def initialize(options={})
(**options)-
:host(String) --
Parameters:
-
options(Hash) --
def initialize(options={}) super() @host = options[:host] yield self if block_given? define end
(**options):host
(String)
--
options
(Hash)
--
def initialize(options={}) super() @host = options[:host] yield self if block_given? define end