Sha256: 5811a3784276a38cd73c94913023308a8f32aac08c533704e757ebed70a4efbb

Contents?: true

Size: 869 Bytes

Versions: 10

Compression:

Stored size: 869 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
  |_ Group methods by type, like Pathname (does YARD have groups?)
  |_ String#{to_p,to_P,to_Path} ?
  |_ Relative Path class
  |_ Class hierarchy (Path, FilePath, URLPath)
  |_ (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

10 entries across 10 versions & 1 rubygems

Version Path
epitools-0.5.21 TODO
epitools-0.5.20 TODO
epitools-0.5.19 TODO
epitools-0.5.18 TODO
epitools-0.5.17 TODO
epitools-0.5.16 TODO
epitools-0.5.15 TODO
epitools-0.5.14 TODO
epitools-0.5.13 TODO
epitools-0.5.12 TODO