Module: Cucumber::Parser::Feature::Examples0
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
Instance Method Details
#eol ⇒ Object
1124 1125 1126 |
# File 'lib/cucumber/parser/feature.rb', line 1124 def eol elements[4] end |
#examples_keyword ⇒ Object
1116 1117 1118 |
# File 'lib/cucumber/parser/feature.rb', line 1116 def examples_keyword elements[1] end |
#name ⇒ Object
1120 1121 1122 |
# File 'lib/cucumber/parser/feature.rb', line 1120 def name elements[3] end |
#table ⇒ Object
1128 1129 1130 |
# File 'lib/cucumber/parser/feature.rb', line 1128 def table elements[5] end |
#white ⇒ Object
1132 1133 1134 |
# File 'lib/cucumber/parser/feature.rb', line 1132 def white elements[6] end |