class Gem::Tasks::Push

def initialize(options={})

Options Hash: (**options)
  • :host (String) --

Parameters:
  • options (Hash) --
def initialize(options={})
  super()
  @host = options[:host]
  yield self if block_given?
  define
end