Class: Doc
Instance Attribute Summary
Attributes inherited from Array
Instance Method Summary collapse
Methods inherited from Array
#add, #add_passive, #add_quiet, #execute, #has_command?, #initialize, #log_debug_info, #to_html
Constructor Details
This class inherits a constructor from Array
Instance Method Details
#update ⇒ Object
7 8 9 10 11 |
# File 'lib/tasks/doc.rb', line 7 def update if Command.exit_code("yard --version") && (File.exist?("README.md") && File.exist?("LICENSE")) add_quiet "yard doc - LICENSE" end end |