# File lib/selectable.rb, line 76
76:   def self.included(obj)
77:     alias_method :[], :filter unless obj.method_defined? :[]
78:   end