class Spectator::LineExampleFilter
Overview
Filter that matches examples on a given line.
Defined in:
spectator/line_example_filter.crConstructors
-
.new(line : Int32)
Creates the example filter.
Instance Method Summary
-
#includes?(example) : Bool
Checks whether the example satisfies the filter.