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

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

Instance Method Summary collapse

Instance Method Details

#commentObject



1140
1141
1142
# File 'lib/cucumber/parser/feature.rb', line 1140

def comment
  elements[0]
end

#eolObject



1152
1153
1154
# File 'lib/cucumber/parser/feature.rb', line 1152

def eol
  elements[5]
end

#examples_keywordObject



1144
1145
1146
# File 'lib/cucumber/parser/feature.rb', line 1144

def examples_keyword
  elements[2]
end

#nameObject



1148
1149
1150
# File 'lib/cucumber/parser/feature.rb', line 1148

def name
  elements[4]
end

#tableObject



1156
1157
1158
# File 'lib/cucumber/parser/feature.rb', line 1156

def table
  elements[6]
end

#whiteObject



1160
1161
1162
# File 'lib/cucumber/parser/feature.rb', line 1160

def white
  elements[7]
end