Class: YARD::CLI::Yardoc

Inherits:
Object
  • Object
show all
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)
  @options[:files] << CodeObjects::NotesFileObject.new
  run_without_notes(*args)
end

#run_without_notesObject



137
# File 'lib/yard-notes.rb', line 137

alias run_without_notes run