Module: Cucumber::Parser::Feature::Examples0
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
Instance Method Details
#eol ⇒ Object
1165 1166 1167 |
# File 'lib/cucumber/parser/feature.rb', line 1165 def eol elements[4] end |
#examples_keyword ⇒ Object
1157 1158 1159 |
# File 'lib/cucumber/parser/feature.rb', line 1157 def examples_keyword elements[1] end |
#name ⇒ Object
1161 1162 1163 |
# File 'lib/cucumber/parser/feature.rb', line 1161 def name elements[3] end |
#table ⇒ Object
1169 1170 1171 |
# File 'lib/cucumber/parser/feature.rb', line 1169 def table elements[5] end |
#white ⇒ Object
1173 1174 1175 |
# File 'lib/cucumber/parser/feature.rb', line 1173 def white elements[6] end |