Sha256: 5cb837074cb488a3a9696e190552fcce0fbbab1b605561086bc35dd383f01a35
Contents?: true
Size: 221 Bytes
Versions: 8
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Normalizy module Filters module Info def self.call(input, options = {}) [options[:attribute], input, options[:object].class].join ', ' end end end end
Version data entries
8 entries across 8 versions & 1 rubygems