class Gem::Tasks::Console
def initialize(options={})
(**options)
-
:options
(Array
) -- -
:command
(String
) --
Parameters:
-
options
(Hash
) --
def initialize(options={}) super() @command = options.fetch(:command,DEFAULT_COMMAND) @options = Array(options[:options]) yield self if block_given? define end