what it says on the tin :) various hacks to hide @doodle variable
hide @doodle from inspect
# File lib/doodle.rb, line 569 def inspect super.gsub(/\s*@__doodle__=,/,'').gsub(/,?\s*@__doodle__=/,'') end
fix for pp
# File lib/doodle.rb, line 573 def pretty_print(q) q.pp_object(self) end
Disabled; run with $DEBUG to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.