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
47 48 49 |
# File 'lib/cucumber/parser/feature.rb', line 47 def bg elements[6] end |
#comment ⇒ Object
27 28 29 |
# File 'lib/cucumber/parser/feature.rb', line 27 def comment elements[1] end |
#feature_elements ⇒ Object
51 52 53 |
# File 'lib/cucumber/parser/feature.rb', line 51 def feature_elements elements[7] end |
#header ⇒ Object
43 44 45 |
# File 'lib/cucumber/parser/feature.rb', line 43 def header elements[5] end |
#tags ⇒ Object
35 36 37 |
# File 'lib/cucumber/parser/feature.rb', line 35 def elements[3] end |
#white1 ⇒ Object
23 24 25 |
# File 'lib/cucumber/parser/feature.rb', line 23 def white1 elements[0] end |
#white2 ⇒ Object
31 32 33 |
# File 'lib/cucumber/parser/feature.rb', line 31 def white2 elements[2] end |
#white3 ⇒ Object
39 40 41 |
# File 'lib/cucumber/parser/feature.rb', line 39 def white3 elements[4] end |