Skip to content

Commit

Permalink
Make Tuple a real class for MRI bridge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Nov 5, 2009
1 parent 3f0395d commit 7524602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mri_bridge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Rubinius
LookupTable = Hash
Tuple = Array
class Tuple < Array; end

class Executable
attr_accessor :primitive
Expand Down

0 comments on commit 7524602

Please sign in to comment.