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.61 TODO
epitools-0.5.60 TODO
epitools-0.5.59 TODO
epitools-0.5.58 TODO
epitools-0.5.57 TODO
epitools-0.5.56 TODO
epitools-0.5.55 TODO
epitools-0.5.54 TODO
epitools-0.5.51 TODO
epitools-0.5.50 TODO
epitools-0.5.49 TODO
epitools-0.5.47 TODO
epitools-0.5.46 TODO
epitools-0.5.45 TODO
epitools-0.5.44 TODO
epitools-0.5.43 TODO
epitools-0.5.42 TODO
epitools-0.5.41 TODO
epitools-0.5.39 TODO
epitools-0.5.38 TODO