Method: SdocAll::Task#for_hash
- Defined in:
- lib/sdoc_all/task.rb
#for_hash ⇒ Object
87 88 89 90 91 |
# File 'lib/sdoc_all/task.rb', line 87 def for_hash for_hash = [src_path.to_s, doc_path.to_s, paths, main, title, last_build_time] for_hash << index if index for_hash end |