hydra>./shotgun/rubinius
>> def yo(x,y=puts('hi')); p x; end
=> #
|
hydra>./shotgun/rubinius
>> def yo(x,y=puts('hi')); p x; end
=> #
|