Closed justin808 closed 10 years ago
I'm seeing this exact issue.
http://stackoverflow.com/questions/20659478/argument-should-be-a-vector
b = [2,3,4,5,6,7].to_scale # => #<TypeError: Argument should be a Vector>
I would guess the error is caused by monkey patching the core libs. Maybe this can be optional?
Fixed :+1:
I'm seeing this exact issue.
http://stackoverflow.com/questions/20659478/argument-should-be-a-vector
I would guess the error is caused by monkey patching the core libs. Maybe this can be optional?