Module: Cucumber::TreetopParser::Feature::MoreExamples0

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

#more_examples_keywordObject

:nodoc:



358
359
360
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 358

def more_examples_keyword #:nodoc:
  elements[0]
end

#spaceObject

:nodoc:



362
363
364
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 362

def space #:nodoc:
  elements[1]
end

#tableObject

:nodoc:



366
367
368
# File 'lib/cucumber/treetop_parser/feature_da.rb', line 366

def table #:nodoc:
  elements[2]
end