Sha256: 53b65295f93a33215bcdc28dcda3dacb59a6c625a4ddfdcb88cfed447563e55a

Contents?: true

Size: 947 Bytes

Versions: 27

Compression:

Stored size: 947 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

27 entries across 27 versions & 1 rubygems

Version Path
epitools-0.5.136 TODO
epitools-0.5.134 TODO
epitools-0.5.133 TODO
epitools-0.5.131 TODO
epitools-0.5.130 TODO
epitools-0.5.129 TODO
epitools-0.5.128 TODO
epitools-0.5.126 TODO
epitools-0.5.125 TODO
epitools-0.5.124 TODO
epitools-0.5.123 TODO
epitools-0.5.122 TODO
epitools-0.5.121 TODO
epitools-0.5.119 TODO
epitools-0.5.118 TODO
epitools-0.5.116 TODO
epitools-0.5.115 TODO
epitools-0.5.114 TODO
epitools-0.5.113 TODO
epitools-0.5.112 TODO