Flowdock
method

compose_filter

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Runner
compose_filter(runnable, filter) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/test_unit/runner.rb, line 53
        def compose_filter(runnable, filter)
          if filters.any? { |_, lines| lines.any? }
            CompositeFilter.new(runnable, filter, filters)
          else
            filter
          end
        end
Register or log in to add new notes.