Sha256: 48b9ac3f64ad9504937e3ab4ddded854d5a41d8eab521fa6f1dc3eeaa525700a

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 Bytes

Contents

### 0.1.0 / 2011-03-05

* Initial release:
  * Can hexdump any Object supporting the `each_byte` method.
  * Can send the hexdump output to any Object supporting the `<<` method.
  * Can yield each line of hexdump, instead of printing the output.
  * Supports printing hexadecimal, decimal, octal and binary bytes.
  * Makes {String}, {StringIO}, {IO}, {File} objects hexdumpable.
  * Fast-ish.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hexdump-0.1.0 ChangeLog.md