Class: Selective::Ruby::RSpec::Formatter
- Inherits:
-
Object
- Object
- Selective::Ruby::RSpec::Formatter
- Defined in:
- lib/selective/ruby/rspec/formatter.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Formatter
constructor
A new instance of Formatter.
Constructor Details
#initialize ⇒ Formatter
Returns a new instance of Formatter.
7 |
# File 'lib/selective/ruby/rspec/formatter.rb', line 7 def initialize(...); end |
Class Method Details
.runner_wrapper ⇒ Object
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 |