DEBSOURCES
Skip Quicknav
sources / jruby / 1.7.26-1%2Bdeb9u1 / spec / ruby / language / fixtures / array.rb
1234567891011
module ArraySpec class Splat def unpack_3args(a, b, c) [a, b, c] end def unpack_4args(a, b, c, d) [a, b, c, d] end end end