Module: Cucumber::Parser::Feature::Step0
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
- #comment ⇒ Object
- #keyword_space ⇒ Object
- #multi ⇒ Object
- #name ⇒ Object
- #step_keyword ⇒ Object
- #white ⇒ Object
Instance Method Details
#comment ⇒ Object
996 997 998 |
# File 'lib/cucumber/parser/feature.rb', line 996 def comment elements[0] end |
#keyword_space ⇒ Object
1004 1005 1006 |
# File 'lib/cucumber/parser/feature.rb', line 1004 def keyword_space elements[3] end |
#multi ⇒ Object
1012 1013 1014 |
# File 'lib/cucumber/parser/feature.rb', line 1012 def multi elements[6] end |
#name ⇒ Object
1008 1009 1010 |
# File 'lib/cucumber/parser/feature.rb', line 1008 def name elements[4] end |
#step_keyword ⇒ Object
1000 1001 1002 |
# File 'lib/cucumber/parser/feature.rb', line 1000 def step_keyword elements[2] end |
#white ⇒ Object
1016 1017 1018 |
# File 'lib/cucumber/parser/feature.rb', line 1016 def white elements[7] end |