Class: Specific::Loader
- Inherits:
-
Object
- Object
- Specific::Loader
- Defined in:
- lib/specific/loader.rb
Instance Attribute Summary collapse
-
#spec ⇒ Object
readonly
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(path = 'features') ⇒ Loader
constructor
A new instance of Loader.
- #run ⇒ Object
Constructor Details
Instance Attribute Details
#spec ⇒ Object (readonly)
Returns the value of attribute spec.
3 4 5 |
# File 'lib/specific/loader.rb', line 3 def spec @spec end |