Class: Spore::SpecParser::Yaml
- Inherits:
-
Object
- Object
- Spore::SpecParser::Yaml
- Defined in:
- lib/spore/spec_parser/yaml.rb
Instance Attribute Summary collapse
-
#specs ⇒ Object
readonly
Returns the value of attribute specs.
Class Method Summary collapse
Instance Attribute Details
#specs ⇒ Object (readonly)
Returns the value of attribute specs.
7 8 9 |
# File 'lib/spore/spec_parser/yaml.rb', line 7 def specs @specs end |
Class Method Details
.load_file(f) ⇒ Object
9 10 11 |
# File 'lib/spore/spec_parser/yaml.rb', line 9 def self.load_file(f) YAML.load_file(f) end |