Sha256: be87b4a61b67ae50db6a66320c40c109a1a2ff160e3961cabe0f5646b6205754
Contents?: true
Size: 199 Bytes
Versions: 5
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Support UNDEFINED = ::Object.new.tap do |object| object.define_singleton_method(:inspect) { "undefined" } end end end
Version data entries
5 entries across 5 versions & 1 rubygems