# File lib/core/facets/array/index.rb, line 12 def index(obj=nil, &block) if block_given? _facets_index(find(&block)) else _facets_index(obj) end end