if RUBY_VERSION < "1.7.0"
  class Array
    alias values_at indices
  end
end


syntax highlighted by Code2HTML, v. 0.9.1