Sha256: 35e19c6b5261704a8b55e098d2ef2487c4285a9d9817c92d298f45fb0db64c23
Contents?: true
Size: 203 Bytes
Versions: 27
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true module ActiveMocker module Inspectable refine Time do def inspect strftime("Time.new(%Y, %-m, %-d, %-H, %-M, %-S, \"%:z\")") end end end end
Version data entries
27 entries across 27 versions & 1 rubygems