Sha256: 007256134046bc9769c69558b31fa68abc7514be0649882ffc478d2658a5faad
Contents?: true
Size: 157 Bytes
Versions: 8
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true module Normalizy module Filters module Block def self.call(input) yield input end end end end
Version data entries
8 entries across 8 versions & 1 rubygems