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.
|
3 years ago | |
---|---|---|
lib | 3 years ago | |
spec | 3 years ago | |
.gitignore | 3 years ago | |
Gemfile | 3 years ago | |
Gemfile.lock | 3 years ago | |
LICENSE.txt | 3 years ago | |
README.md | 3 years ago | |
Rakefile | 3 years ago | |
iounpack.gemspec | 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.