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
943 944 945 |
# File 'lib/cucumber/parser/feature.rb', line 943 def comment elements[0] end |
#keyword_space ⇒ Object
951 952 953 |
# File 'lib/cucumber/parser/feature.rb', line 951 def keyword_space elements[3] end |
#multi ⇒ Object
959 960 961 |
# File 'lib/cucumber/parser/feature.rb', line 959 def multi elements[6] end |
#name ⇒ Object
955 956 957 |
# File 'lib/cucumber/parser/feature.rb', line 955 def name elements[4] end |
#step_keyword ⇒ Object
947 948 949 |
# File 'lib/cucumber/parser/feature.rb', line 947 def step_keyword elements[2] end |
#white ⇒ Object
963 964 965 |
# File 'lib/cucumber/parser/feature.rb', line 963 def white elements[7] end |