Method: Gem::Release::Cmds::Base#initialize
- Defined in:
- lib/gem/release/cmds/base.rb
#initialize(context, args, opts) ⇒ Base
Returns a new instance of Base.
80 81 82 83 |
# File 'lib/gem/release/cmds/base.rb', line 80 def initialize(context, args, opts) opts = defaults.merge(opts) super end |