Method: Cucumber::Formatter::AstLookup::ScenarioOutlineSource#examples

Defined in:
lib/cucumber/formatter/ast_lookup.rb

#examplesObject

Returns the value of attribute examples

Returns:

  • (Object)

    the current value of examples

[View source] [View on GitHub]

57
58
59
# File 'lib/cucumber/formatter/ast_lookup.rb', line 57

def examples
  @examples
end