Sha256: 02c3c85342058538f1b1ad1be1c567ffb6a48f926299b2f9dd0d6d0d417202dd
Contents?: true
Size: 166 Bytes
Versions: 1
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true module Normalizy module Filters module BlacklistBlock def self.call(input) yield input end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
normalizy-0.2.0 | spec/support/filters/blacklist_block.rb |