galori / swift-ruby

Bring some cool features from Swift to Ruby
28 stars 2 forks source link

Properly pass args with splat operator #1

Closed willmanduffy closed 10 years ago

willmanduffy commented 10 years ago

Spec was not properly testing functionality. Once I cleaned up the test I realized that args was being passed as an array instead of using the splat operator.

Cheers!