class Object

Public Instance Methods

in() click to toggle source
# File lib/checking-you-out/inner_spirit.rb, line 35
def in; self; end
out() click to toggle source

Promote any CYI to its CYO singleton. CYO has the opposites of these methods.

# File lib/checking-you-out/inner_spirit.rb, line 34
def out; ::CHECKING::YOU::OUT::new(self); end