Sha256: 8df6ab02928bd2ba85ed6a7cc946334011a49f306d2a76e769801570b83beff5
Contents?: true
Size: 484 Bytes
Versions: 10
Compression:
Stored size: 484 Bytes
Contents
# frozen_string_literal: true module ActiveInteraction class Base # @!method self.tz_signature(*attributes, options = {}) # Creates accessors for the attributes and ensures that values passed to # the attributes are Strings. # # @example # tz_signature :signature end # @private class TzSignatureFilter < AbstractTzFilter register :tz_signature private def prefixes %i[edsig spsig1 p2sig sig].freeze end end end
Version data entries
10 entries across 10 versions & 1 rubygems