Method: MSpecMain#initialize
- Defined in:
- lib/mspec/commands/mspec.rb
#initialize ⇒ MSpecMain
Returns a new instance of MSpecMain.
14 15 16 17 18 19 20 21 22 |
# File 'lib/mspec/commands/mspec.rb', line 14 def initialize config[:includes] = [] config[:requires] = [] config[:target] = ENV['RUBY'] || 'ruby' config[:flags] = [] config[:command] = nil config[:options] = [] config[:launch] = [] end |