lib/ric/debug.rb in ric-0.11.2 vs lib/ric/debug.rb in ric-0.11.3

- old
+ new

@@ -26,10 +26,10 @@ puts( final_str ) if debug_tag_include?( opts ) else # normal behaviour: if NOT tag puts( final_str ) if ((really_write && $DEBUG) || write_always) && ! opts[:tag] end end #/debug2() - alias :deb :debug + alias :debug :deb class RicDebug def self.help puts 'TODO RicDebug. This is experimental, u shouldnt use this at all!' end