class YARD::Tags::RSpecExampleTag

A new type of tags has to be used cause we need to intercept the text call and generate its contents (in generation time, after everything was parsed)

Public Instance Methods

text() click to toggle source
# File lib/yard-examples-from-rspec.rb, line 72
def text
  @text =RSpecExampleRegistry.example_map[object.path]
end