Module: Cucumber::TreetopParser::Feature::PlainStep1
- Defined in:
- lib/cucumber/treetop_parser/feature_da.rb,
lib/cucumber/treetop_parser/feature_de.rb,
lib/cucumber/treetop_parser/feature_en.rb,
lib/cucumber/treetop_parser/feature_es.rb,
lib/cucumber/treetop_parser/feature_et.rb,
lib/cucumber/treetop_parser/feature_fr.rb,
lib/cucumber/treetop_parser/feature_ja.rb,
lib/cucumber/treetop_parser/feature_nl.rb,
lib/cucumber/treetop_parser/feature_no.rb,
lib/cucumber/treetop_parser/feature_pt.rb,
lib/cucumber/treetop_parser/feature_ru.rb,
lib/cucumber/treetop_parser/feature_se.rb,
lib/cucumber/treetop_parser/feature_en-tx.rb,
lib/cucumber/treetop_parser/feature_zh-CN.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#multi ⇒ Object
:nodoc:.
-
#name ⇒ Object
:nodoc:.
-
#step_keyword ⇒ Object
:nodoc:.
Instance Method Details
#multi ⇒ Object
:nodoc:
887 888 889 |
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 887 def multi #:nodoc: elements[3] end |
#name ⇒ Object
:nodoc:
883 884 885 |
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 883 def name #:nodoc: elements[2] end |
#step_keyword ⇒ Object
:nodoc:
879 880 881 |
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 879 def step_keyword #:nodoc: elements[0] end |