• S
    Change `PredicateBuilder` handler methods to instance methods · a3936bbe
    Sean Griffin 提交于
    This will allow us to pass the predicate builder into the constructor of
    these handlers. The procs had to be changed to objects, because the
    `PredicateBuilder` needs to be marshalable. If we ever decide to make
    `register_handler` part of the public API, we should come up with a
    better solution which allows procs.
    
    /cc @mrgilman
    
    [Sean Griffin & Melanie Gilman]
    a3936bbe
base_handler.rb 169 字节