Sha256: 168811a5f7933e6bb0b4a8f6337e9cde03b8ce963efcca56c8f70a51230077e4
Contents?: true
Size: 318 Bytes
Versions: 17
Compression:
Stored size: 318 Bytes
Contents
class ReeDto::CollectionMeta include Ree::Contracts::Core include Ree::Contracts::ArgContracts attr_reader :name, :contract, :filter_proc contract Symbol, Any, Nilor[Proc] => Any def initialize(name, contract, filter_proc) @name = name @contract = contract @filter_proc = filter_proc end end
Version data entries
17 entries across 17 versions & 1 rubygems