Method: Inch::SourceParser#run
- Defined in:
- lib/inch/source_parser.rb
#run(paths, excluded = []) ⇒ Object
25 26 27 28 |
# File 'lib/inch/source_parser.rb', line 25 def run(paths, excluded = []) YARD::Registry.clear YARD.parse(paths, excluded) end |