Method: Matcha::Runner::Example#initialize
- Defined in:
- lib/matcha/runner.rb
#initialize(row) ⇒ Example
Returns a new instance of Example.
8 9 10 |
# File 'lib/matcha/runner.rb', line 8 def initialize(row) @row = row end |
Returns a new instance of Example.
8 9 10 |
# File 'lib/matcha/runner.rb', line 8 def initialize(row) @row = row end |