# File lib/twitter/client/base.rb, line 3
  def inspect
    s = old_inspect
    s.gsub!(/@password=".*?"/, '@password="XXXX"')
  end