Class: Lemans::Runner::Executor::Results
- Inherits:
-
Data
- Object
- Data
- Lemans::Runner::Executor::Results
- Defined in:
- lib/lemans/runner/executor.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
readonly
Returns the value of attribute buffer.
Instance Method Summary collapse
Instance Attribute Details
#buffer ⇒ Object (readonly)
Returns the value of attribute buffer
9 10 11 |
# File 'lib/lemans/runner/executor.rb', line 9 def buffer @buffer end |
Instance Method Details
#results ⇒ Object
10 |
# File 'lib/lemans/runner/executor.rb', line 10 def results = buffer.to_a |