Sha256: 21c4d11d6f52be4ae1346051b74a5f435846291d3f4fe27684be7b85efe20780

Contents?: true

Size: 854 Bytes

Versions: 56

Compression:

Stored size: 854 Bytes

Contents

===========================
 TODOs
===========================

+ Path
  |_ Fix rename/mv
  |_ Full README with more real-world examples (grep scripts/)
     - compare folders using Path#ls_r and Path#md5
  |_ Documentation: categorize methods for large classes (the way Pathname does)
  |_ Organize into a class hierarchy (Path, FilePath, URLPath, RelativePath)
  |_ (Un)Archivers (zip, rar, etc.)

+ Logger
  |_ colourized ("ramaze" has a nice style)
  |_ output to STDERR (default)
  |_ no setup (default)
     |_ Log "message"      <- defaults to info
     |_ Log.warn "message"
     |_ Log object         <- prettyprints it
  |_ Verbose mode shows the calling method's info
     |_ eg: [file:line:method]
  |_ "gsmartcontrol" has good warning messages
      ie: "|13<warn>  |07[hz] Warning: exit: The device error log contains records of errors."
 

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
epitools-0.5.84 TODO
epitools-0.5.83 TODO
epitools-0.5.82 TODO
epitools-0.5.81 TODO
epitools-0.5.79 TODO
epitools-0.5.78 TODO
epitools-0.5.77 TODO
epitools-0.5.75 TODO
epitools-0.5.74 TODO
epitools-0.5.73 TODO
epitools-0.5.72 TODO
epitools-0.5.71 TODO
epitools-0.5.70 TODO
epitools-0.5.69 TODO
epitools-0.5.68 TODO
epitools-0.5.67 TODO
epitools-0.5.66 TODO
epitools-0.5.65 TODO
epitools-0.5.64 TODO
epitools-0.5.63 TODO