ext: unpack response arrays unconditionally
commitab37f2d65b01370ae975346110471f33b10bd178
authorEric Wong <normalperson@yhbt.net>
Thu, 7 Jan 2010 01:23:13 +0000 (6 17:23 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 7 Jan 2010 01:23:13 +0000 (6 17:23 -0800)
tree5fb44351728130e02b6c2f5cc89218d6fb619aa2
parentb082327b0363f5236a267abd8a412e18ce9918e0
ext: unpack response arrays unconditionally

It's too crazy to have to special case for frozen response
constants.  3-element arrays are cheap under Ruby 1.9 anyways.
ext/clogger_ext/clogger.c
test/test_clogger.rb