Class: Custom::ExampleGroupRunner

Inherits:
Object
  • Object
show all
Defined in:
lib/gems/rspec-1.1.11/spec/spec/runner/option_parser_spec.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options, arg) ⇒ ExampleGroupRunner

Returns a new instance of ExampleGroupRunner.



7
8
9
# File 'lib/gems/rspec-1.1.11/spec/spec/runner/option_parser_spec.rb', line 7

def initialize(options, arg)
  @options, @arg = options, arg
end

Instance Attribute Details

#argObject (readonly)

Returns the value of attribute arg.



6
7
8
# File 'lib/gems/rspec-1.1.11/spec/spec/runner/option_parser_spec.rb', line 6

def arg
  @arg
end

#optionsObject (readonly)

Returns the value of attribute options.



6
7
8
# File 'lib/gems/rspec-1.1.11/spec/spec/runner/option_parser_spec.rb', line 6

def options
  @options
end

Instance Method Details

#load_files(files) ⇒ Object



11
12
# File 'lib/gems/rspec-1.1.11/spec/spec/runner/option_parser_spec.rb', line 11

def load_files(files)
end

#runObject



14
15
# File 'lib/gems/rspec-1.1.11/spec/spec/runner/option_parser_spec.rb', line 14

def run
end