# File lib/main/base.rb, line 222 def can_has ptype, *a, &b key = a.map{|s| s.to_s}.sort_by{|s| -s.size }.first can_has_hash.update key => [ptype, a, b] key end