You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denis Knauf c9b6b39fdc Bump iounpack to 0.2.1 3 years ago
lib Bump iounpack to 0.2.1 3 years ago
spec test-bug fixed (missing x for DirectiveRegexp). Tests added. 3 years ago
.gitignore initialize 3 years ago
Gemfile initialize 3 years ago
Gemfile.lock test-bug fixed (missing x for DirectiveRegexp). Tests added. 3 years ago
LICENSE.txt initialize 3 years ago
README.md initialize 3 years ago
Rakefile initialize 3 years ago
iounpack.gemspec test-bug fixed (missing x for DirectiveRegexp). Tests added. 3 years ago

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.