Class: Specwrk::Worker::NullFormatter
- Inherits:
-
Object
- Object
- Specwrk::Worker::NullFormatter
- Defined in:
- lib/specwrk/worker/null_formatter.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
readonly
Returns the value of attribute output.
Instance Method Summary collapse
- #example_passed(_notification) ⇒ Object
-
#initialize(output) ⇒ NullFormatter
constructor
A new instance of NullFormatter.
Constructor Details
#initialize(output) ⇒ NullFormatter
Returns a new instance of NullFormatter.
10 11 12 |
# File 'lib/specwrk/worker/null_formatter.rb', line 10 def initialize(output) @output = output end |
Instance Attribute Details
#output ⇒ Object (readonly)
Returns the value of attribute output.
8 9 10 |
# File 'lib/specwrk/worker/null_formatter.rb', line 8 def output @output end |
Instance Method Details
#example_passed(_notification) ⇒ Object
14 15 |
# File 'lib/specwrk/worker/null_formatter.rb', line 14 def example_passed(_notification) end |