Method: Matcha::Runner#examples

Defined in:
lib/matcha/runner.rb

#examplesObject



119
120
121
# File 'lib/matcha/runner.rb', line 119

def examples
  spec_runners.map { |spec_runner| spec_runner.examples }.flatten
end