mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
8 lines
170 B
Crystal
8 lines
170 B
Crystal
require "./matchers/*"
|
|
|
|
module Spectator
|
|
# Evaluates conditions on values and objects
|
|
# to determine whether they satisify test criteria.
|
|
module Matchers
|
|
end
|
|
end
|