Module: Cucumber::Parser::Feature::FeatureSub1
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
- #bg ⇒ Object
- #comment ⇒ Object
- #feature_elements ⇒ Object
- #header ⇒ Object
- #tags ⇒ Object
- #white1 ⇒ Object
- #white2 ⇒ Object
- #white3 ⇒ Object
Instance Method Details
#bg ⇒ Object
49 50 51 |
# File 'lib/cucumber/parser/feature.rb', line 49 def bg elements[6] end |
#comment ⇒ Object
29 30 31 |
# File 'lib/cucumber/parser/feature.rb', line 29 def comment elements[1] end |
#feature_elements ⇒ Object
53 54 55 |
# File 'lib/cucumber/parser/feature.rb', line 53 def feature_elements elements[7] end |
#header ⇒ Object
45 46 47 |
# File 'lib/cucumber/parser/feature.rb', line 45 def header elements[5] end |
#tags ⇒ Object
37 38 39 |
# File 'lib/cucumber/parser/feature.rb', line 37 def elements[3] end |
#white1 ⇒ Object
25 26 27 |
# File 'lib/cucumber/parser/feature.rb', line 25 def white1 elements[0] end |
#white2 ⇒ Object
33 34 35 |
# File 'lib/cucumber/parser/feature.rb', line 33 def white2 elements[2] end |
#white3 ⇒ Object
41 42 43 |
# File 'lib/cucumber/parser/feature.rb', line 41 def white3 elements[4] end |