Class: Selective::Ruby::RSpec::Formatter

Inherits:
Object
  • Object
show all
Defined in:
lib/selective/ruby/rspec/formatter.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFormatter

Returns a new instance of Formatter.



7
# File 'lib/selective/ruby/rspec/formatter.rb', line 7

def initialize(...); end

Class Method Details

.runner_wrapperObject



13
14
15
# File 'lib/selective/ruby/rspec/formatter.rb', line 13

def self.runner_wrapper
  @runner_wrapper
end

.runner_wrapper=(runner_wrapper) ⇒ Object



9
10
11
# File 'lib/selective/ruby/rspec/formatter.rb', line 9

def self.runner_wrapper=(runner_wrapper)
  @runner_wrapper = runner_wrapper
end