Method signatures has adler, but the description has crc, I have updated the method signature to depict what is in the description.bjhaid (Ayodele Abejide)
I do understand that its bad to use method_missing in the global space, but the behavior should be same irrespective of scope This works: 2.0.0-p247 :002 > m "2","a","b" => ["2", "a", "b"] 2.0.0-p247 :003 > (m "2","a","b").class => Ar...bjhaid (Ayodele Abejide)