Sha256: d8b5a6c12d2baf1d187d51cea1c992a462afa68dfe330119bd7d4e97348ef2da
Contents?: true
Size: 176 Bytes
Versions: 27
Compression:
Stored size: 176 Bytes
Contents
# frozen_string_literal: true module ActiveMocker module Inspectable refine Pathname do def inspect "Pathname(#{to_s.inspect})" end end end end
Version data entries
27 entries across 27 versions & 1 rubygems