Sha256: 5ab2489072cd1fc5624e3abe8da1db78e0c88fe2b132089ea28a9d48a9d42750
Contents?: true
Size: 280 Bytes
Versions: 48
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module Ree::Contracts module ArgContracts class Block def self.valid?(*) raise BadContractError, "#{name} contract is not allowed to use as argument contract" end def to_s "Block" end end end end
Version data entries
48 entries across 48 versions & 1 rubygems