Sha256: c969a2ac3b01cba90793d01e49b1f2e1b2089a65ad2d31a33e4a2580346e8dc6
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module Yoshinon class Deshite attr_reader :caller def initialize @caller = Kernel.caller.freeze end def unlock Yoshinon.unlock(self) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yoshinon-1.0.0 | lib/yoshinon/deshite.rb |