Go to file
Denis Knauf 9b9b66b638 initialize 2020-04-29 21:20:41 +02:00
lib initialize 2020-04-29 21:20:41 +02:00
.gitignore initialize 2020-04-29 21:20:41 +02:00
Gemfile initialize 2020-04-29 21:20:41 +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 initialize 2020-04-29 21:20:41 +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.