In Files

Doodle::SmokeAndMirrors

what it says on the tin :) various hacks to hide @doodle variable

Public Instance Methods

inspect() click to toggle source

hide @doodle from inspect

# File lib/doodle.rb, line 569
    def inspect
      super.gsub(/\s*@__doodle__=,/,'').gsub(/,?\s*@__doodle__=/,'')
    end
pretty_print(q) click to toggle source

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.