# File lib/acts_as_filterable.rb, line 92
        def invisible_if(sym, opts = {})
          add_rule(:invisible, sym, opts)
        end