iounpack/README.md

32 lines
425 B
Markdown
Raw Permalink Normal View History

2020-04-29 21:20:41 +02:00
# Iounpack
Provides IO#unpack.
## Installation
Add this line to your application's Gemfile:
```ruby
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.