Module: Cucumber::Parser::Feature::Examples0
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
Instance Method Details
#eol ⇒ Object
1142 1143 1144 |
# File 'lib/cucumber/parser/feature.rb', line 1142 def eol elements[4] end |
#examples_keyword ⇒ Object
1134 1135 1136 |
# File 'lib/cucumber/parser/feature.rb', line 1134 def examples_keyword elements[1] end |
#name ⇒ Object
1138 1139 1140 |
# File 'lib/cucumber/parser/feature.rb', line 1138 def name elements[3] end |
#table ⇒ Object
1146 1147 1148 |
# File 'lib/cucumber/parser/feature.rb', line 1146 def table elements[5] end |
#white ⇒ Object
1150 1151 1152 |
# File 'lib/cucumber/parser/feature.rb', line 1150 def white elements[6] end |