Method: Fairy::Log.method_added

Defined in:
lib/fairy/share/log.rb

.method_added(method) ⇒ Object



80
81
82
# File 'lib/fairy/share/log.rb', line 80

def method_added(method)
	(class<<self;self;end).def_delegator :@the_log, method
end