Method: Matcha::Spec#initialize
- Defined in:
- app/models/matcha/spec.rb
#initialize(path) ⇒ Spec
Returns a new instance of Spec.
13 14 15 |
# File 'app/models/matcha/spec.rb', line 13 def initialize(path) @path = path end |
Returns a new instance of Spec.
13 14 15 |
# File 'app/models/matcha/spec.rb', line 13 def initialize(path) @path = path end |