Class: YARD::Tags::DefaultFactory
- Inherits:
-
Object
- Object
- YARD::Tags::DefaultFactory
- Defined in:
- lib/yard-examples-from-rspec.rb
Instance Method Summary collapse
Instance Method Details
#parse_tag_with_rspec_example_tag(tagname, text) ⇒ Object
79 80 81 |
# File 'lib/yard-examples-from-rspec.rb', line 79 def parse_tag_with_rspec_example_tag(tagname,text) RSpecExampleTag.new(:example,"") end |