Class: RSpecExampleRegistry

Inherits:
Object
  • Object
show all
Defined in:
lib/yard-examples-from-rspec.rb

Overview

This class will hold a map that associates the method descriptions with its source code

Class Method Summary collapse

Class Method Details

.example_mapObject



7
8
9
# File 'lib/yard-examples-from-rspec.rb', line 7

def self.example_map
  @example_map ||= {}
end