Deployable
Debug¶ ↑
Install¶ ↑
Usage¶ ↑
class Mine include Deployable::Debug def some_method debug "something" end def other_method trace "otherthing" end end
Deployable
Debug¶ ↑class Mine include Deployable::Debug def some_method debug "something" end def other_method trace "otherthing" end end