class Array

Public Instance Methods

to_tuple() click to toggle source
# File lib/rubinius/bridge/array.rb, line 2
def to_tuple
  Rubinius::Tuple.new self
end