Module: Cucumber::Parser::Feature::Examples0

Defined in:
lib/cucumber/parser/feature.rb

Instance Method Summary collapse

Instance Method Details

#commentObject



1183
1184
1185
# File 'lib/cucumber/parser/feature.rb', line 1183

def comment
  elements[0]
end

#eolObject



1195
1196
1197
# File 'lib/cucumber/parser/feature.rb', line 1195

def eol
  elements[5]
end

#examples_keywordObject



1187
1188
1189
# File 'lib/cucumber/parser/feature.rb', line 1187

def examples_keyword
  elements[2]
end

#nameObject



1191
1192
1193
# File 'lib/cucumber/parser/feature.rb', line 1191

def name
  elements[4]
end

#tableObject



1199
1200
1201
# File 'lib/cucumber/parser/feature.rb', line 1199

def table
  elements[6]
end

#whiteObject



1203
1204
1205
# File 'lib/cucumber/parser/feature.rb', line 1203

def white
  elements[7]
end