76 77 78
# File 'lib/core/object.rb', line 76 def ddputs(m="") puts "[VERY DEBUG] -- #{m.is_a?(String) ? m : m.inspect}" if very_debugging? end