# File typeprof-0.21.1/lib/typeprof/utils.rb, line 3 def self.array_update(ary, idx, elem) idx %= ary.size ary[0...idx] + [elem] + ary[idx+1..-1] end
This page was generated for Ruby 3.1.0
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.