Module: Cucumber::TreetopParser::Feature::Scenario1

Defined in:
lib/cucumber/treetop_parser/feature_ar.rb,
lib/cucumber/treetop_parser/feature_cy.rb,
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_id.rb,
lib/cucumber/treetop_parser/feature_it.rb,
lib/cucumber/treetop_parser/feature_ja.rb,
lib/cucumber/treetop_parser/feature_lt.rb,
lib/cucumber/treetop_parser/feature_nl.rb,
lib/cucumber/treetop_parser/feature_no.rb,
lib/cucumber/treetop_parser/feature_pl.rb,
lib/cucumber/treetop_parser/feature_pt.rb,
lib/cucumber/treetop_parser/feature_ro.rb,
lib/cucumber/treetop_parser/feature_ru.rb,
lib/cucumber/treetop_parser/feature_se.rb,
lib/cucumber/treetop_parser/feature_ro2.rb,
lib/cucumber/treetop_parser/feature_en-tx.rb,
lib/cucumber/treetop_parser/feature_zh-CN.rb,
lib/cucumber/treetop_parser/feature_en-lol.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



250
251
252
# File 'lib/cucumber/treetop_parser/feature_ar.rb', line 250

def name
  elements[2]
end

#scenario_keywordObject



246
247
248
# File 'lib/cucumber/treetop_parser/feature_ar.rb', line 246

def scenario_keyword
  elements[0]
end

#stepsObject



254
255
256
# File 'lib/cucumber/treetop_parser/feature_ar.rb', line 254

def steps
  elements[3]
end