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
23
# File 'lib/mspec/commands/mkspec.rb', line 15

def initialize
  @config = {
    :constants => [],
    :requires  => [],
    :base      => "core",
    :version   => nil
  }
  @map = NameMap.new true
end