TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
453 stars 141 forks source link

Buffer.prototype.reinterpret() does not pass `offset` parameter #17

Closed parasyte closed 9 years ago

parasyte commented 10 years ago

This is a trivial change, but I would like this shorthand method to pass the offset parameter to ref.reinterpret()

TooTallNate commented 10 years ago

A patch with tests would be appreciated! Otherwise I'll get to it eventually.