class YARD::Tags::DefaultFactory

Public Instance Methods

parse_tag_with_rspec_example_tag(tagname,text) click to toggle source
# File lib/yard-examples-from-rspec.rb, line 78
def parse_tag_with_rspec_example_tag(tagname,text)
  RSpecExampleTag.new(:example,"")
end