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