Method: Cukedep::FeatureRep#identifier
- Defined in:
- lib/cukedep/feature-rep.rb
#identifier ⇒ Object (readonly)
The identifier of the feature. It comes from a tag with the following syntax '@feature:' + identifier. Note that the @feature: prefix is removed.
19 20 21 |
# File 'lib/cukedep/feature-rep.rb', line 19 def identifier @identifier end |