Method: Lookbook::Parser#parse
- Defined in:
- lib/lookbook/parser.rb
#parse ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/lookbook/parser.rb', line 12 def parse YARD::Registry.clear YARD::Registry.lock_for_writing do YARD.parse(@paths) YARD::Registry.save(false, YARDOC_FILE_PATH) end end |