Method: MkSpec#initialize

Defined in:
lib/mspec/commands/mkspec.rb

#initializeMkSpec

Returns a new instance of MkSpec.



15
16
17
18
19
20
21
22
# File 'lib/mspec/commands/mkspec.rb', line 15

def initialize
  @config = {
    :constants => [],
    :requires  => [],
    :base      => "spec/ruby/1.8/core"
  }
  @map = NameMap.new
end