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
957 958 959 |
# File 'lib/cucumber/parser/feature.rb', line 957 def comment elements[0] end |
#keyword_space ⇒ Object
965 966 967 |
# File 'lib/cucumber/parser/feature.rb', line 965 def keyword_space elements[3] end |
#multi ⇒ Object
973 974 975 |
# File 'lib/cucumber/parser/feature.rb', line 973 def multi elements[6] end |
#name ⇒ Object
969 970 971 |
# File 'lib/cucumber/parser/feature.rb', line 969 def name elements[4] end |
#step_keyword ⇒ Object
961 962 963 |
# File 'lib/cucumber/parser/feature.rb', line 961 def step_keyword elements[2] end |
#white ⇒ Object
977 978 979 |
# File 'lib/cucumber/parser/feature.rb', line 977 def white elements[7] end |