Methods

Files

Class/Module Index [+]

Quicksearch

Tarantool::Util::Array

Public Instance Methods

frozen_array(obj) click to toggle source
# 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.