Method: ProxyList#inspect

Defined in:
lib/rhack/proxy/list.rb

#inspectObject



106
107
108
109
110
# File 'lib/rhack/proxy/list.rb', line 106

def inspect
  @name.is(String) ?
    sprintf("<#ProxyList: %s (%d items)>", @name, size) :
    sprintf("<#ProxyList:%#0*x (%d items)>", 12, @name, size)
end