Module: Cucumber::TreetopParser::Feature::Scenario0

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

Instance Method Details

#spaceObject

:nodoc:



236
237
238
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 236

def space #:nodoc:
  elements[0]
end

#step_sequenceObject

:nodoc:



240
241
242
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 240

def step_sequence #:nodoc:
  elements[1]
end