Difference between revisions of "Ruby"

From Tmplab
(New page: = Intro = = Useful gems = == bit-struct == For all fixed-structure bit manipulating in ruby. * http://em386.blogspot.com/2008/06/bitstruct-is-great.html == bin-data == When you have to...)
 
(No difference)

Latest revision as of 19:14, 15 November 2009

Intro

Useful gems

bit-struct

For all fixed-structure bit manipulating in ruby.

bin-data

When you have to do stuff like bit-struct but need variable-length parameters: