Object
# File lib/yard/core_ext/hash.rb, line 3 def create(*args) if args.first.is_a?(Array) && args.size == 1 obj = new args.first.each {|k, v| obj[k] = v } obj else create_186(*args) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.