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
980 981 982 |
# File 'lib/cucumber/parser/feature.rb', line 980 def comment elements[0] end |
#keyword_space ⇒ Object
988 989 990 |
# File 'lib/cucumber/parser/feature.rb', line 988 def keyword_space elements[3] end |
#multi ⇒ Object
996 997 998 |
# File 'lib/cucumber/parser/feature.rb', line 996 def multi elements[6] end |
#name ⇒ Object
992 993 994 |
# File 'lib/cucumber/parser/feature.rb', line 992 def name elements[4] end |
#step_keyword ⇒ Object
984 985 986 |
# File 'lib/cucumber/parser/feature.rb', line 984 def step_keyword elements[2] end |
#white ⇒ Object
1000 1001 1002 |
# File 'lib/cucumber/parser/feature.rb', line 1000 def white elements[7] end |