Sha256: 3a571cbc362ce0da8b8becc477c780340cf1d5cd095656d21f4bf6691e13e95f
Contents?: true
Size: 206 Bytes
Versions: 5
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module Dry module Monads Unit = Object.new.tap do |unit| def unit.to_s 'Unit' end def unit.inspect 'Unit' end end end end
Version data entries
5 entries across 5 versions & 1 rubygems