Class: YARD::CLI::Yardoc

Inherits:
Object
  • Object
show all
Defined in:
lib/yard-qed.rb

Instance Method Summary collapse

Instance Method Details

#run(*args) ⇒ Object



23
24
25
26
27
# File 'lib/yard-qed.rb', line 23

def run(*args)
  dir = Dir['{qed/,demo/,spec/}'].first.chomp('/')
  @options[:files] << CodeObjects::QEDFileObject.new(dir)
  run_without_qed(*args)
end

#run_without_qed ⇒ Object



22
# File 'lib/yard-qed.rb', line 22

alias run_without_qed run