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

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

Instance Method Summary collapse

Instance Method Details

#commentObject



1173
1174
1175
# File 'lib/cucumber/parser/feature.rb', line 1173

def comment
  elements[0]
end

#eolObject



1185
1186
1187
# File 'lib/cucumber/parser/feature.rb', line 1185

def eol
  elements[5]
end

#examples_keywordObject



1177
1178
1179
# File 'lib/cucumber/parser/feature.rb', line 1177

def examples_keyword
  elements[2]
end

#nameObject



1181
1182
1183
# File 'lib/cucumber/parser/feature.rb', line 1181

def name
  elements[4]
end

#tableObject



1189
1190
1191
# File 'lib/cucumber/parser/feature.rb', line 1189

def table
  elements[6]
end

#whiteObject



1193
1194
1195
# File 'lib/cucumber/parser/feature.rb', line 1193

def white
  elements[7]
end