# File lib/tarantool/util.rb, line 47 def frozen_array(obj) (Array === obj ? obj.dup : [*obj]).freeze end
[Validate]
Generated with the Darkfish Rdoc Generator 2.