Sha256: 11966e8c3497954153e3fcd65dfd17794f63a52674e2d0d51ef457efc3f7c038
Contents?: true
Size: 184 Bytes
Versions: 1
Compression:
Stored size: 184 Bytes
Contents
# frozen_string_literal: true if ActiveObject.configuration.autoload_kernel module Kernel private def caller_name caller[0] =~ /`([^']*)'/ and $1 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_object-5.1.0 | lib/active_object/kernel.rb |