Method: Gem::Create::Builder#initialize

Defined in:
lib/rubygems/create/builder.rb

#initialize(name, options = {}) ⇒ Builder

Creates a new Builder

name - The name of the gem. options - The options used to create the gem.



14
15
16
17
# File 'lib/rubygems/create/builder.rb', line 14

def initialize(name, options = {})
  @options = options
  @name    = name
end