Class: Yoshinon::Deshite
- Inherits:
-
Object
- Object
- Yoshinon::Deshite
- Defined in:
- lib/yoshinon/deshite.rb
Instance Attribute Summary collapse
-
#caller ⇒ Object
readonly
Returns the value of attribute caller.
Instance Method Summary collapse
-
#initialize ⇒ Deshite
constructor
A new instance of Deshite.
- #unlock ⇒ Object
Constructor Details
#initialize ⇒ Deshite
Returns a new instance of Deshite.
7 8 9 |
# File 'lib/yoshinon/deshite.rb', line 7 def initialize @caller = Kernel.caller.freeze end |
Instance Attribute Details
#caller ⇒ Object (readonly)
Returns the value of attribute caller.
5 6 7 |
# File 'lib/yoshinon/deshite.rb', line 5 def caller @caller end |