Method: YARD::CLI::Yardoc#run
- Defined in:
- lib/yard-notes.rb
#run(*args) ⇒ Object
138 139 140 141 |
# File 'lib/yard-notes.rb', line 138 def run(*args) @options[:files] << CodeObjects::NotesFileObject.new run_without_notes(*args) end |