Method: Object#ddputs

Defined in:
lib/core/object.rb

#ddputs(m = "") ⇒ Object



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