Sha256: 20f9937fd9a5ae1165cbd103f9354088bba611d4f04013cc7d40d09a665d6d34

Contents?: true

Size: 948 Bytes

Versions: 17

Compression:

Stored size: 948 Bytes

Contents

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

+ Array#histogram
  |_ Algorithm blows up when there's only 1 bucket (the `range` becomes 0)

+ 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

17 entries across 17 versions & 1 rubygems

Version Path
epitools-0.5.103 TODO
epitools-0.5.100 TODO
epitools-0.5.99 TODO
epitools-0.5.98 TODO
epitools-0.5.97 TODO
epitools-0.5.96 TODO
epitools-0.5.95 TODO
epitools-0.5.94 TODO
epitools-0.5.93 TODO
epitools-0.5.92 TODO
epitools-0.5.91 TODO
epitools-0.5.90 TODO
epitools-0.5.89 TODO
epitools-0.5.88 TODO
epitools-0.5.87 TODO
epitools-0.5.86 TODO
epitools-0.5.85 TODO