Go to file
Denis Knauf c9b6b39fdc Bump iounpack to 0.2.1 2020-04-29 23:15:05 +02:00
lib Bump iounpack to 0.2.1 2020-04-29 23:15:05 +02:00
spec test-bug fixed (missing x for DirectiveRegexp). Tests added. 2020-04-29 23:14:50 +02:00
.gitignore initialize 2020-04-29 21:20:41 +02:00
Gemfile initialize 2020-04-29 21:20:41 +02:00
Gemfile.lock test-bug fixed (missing x for DirectiveRegexp). Tests added. 2020-04-29 23:14:50 +02:00
LICENSE.txt initialize 2020-04-29 21:20:41 +02:00
README.md initialize 2020-04-29 21:20:41 +02:00
Rakefile initialize 2020-04-29 21:20:41 +02:00
iounpack.gemspec test-bug fixed (missing x for DirectiveRegexp). Tests added. 2020-04-29 23:14:50 +02:00

README.md

Iounpack

Provides IO#unpack.

Installation

Add this line to your application's Gemfile:

gem 'iounpack'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install iounpack

Usage

io = File.open '/etc/fstab'
io.unpack( 'n4 a n4 a30')
# => 

Development

Contributing

Bug reports and pull requests are welcome on git at https://git.denkn.at/deac/iounpack.