Method: WebUnit::Input#inspect

Defined in:
lib/webunit/params.rb

#inspectObject



60
61
62
# File 'lib/webunit/params.rb', line 60

def inspect
  a = super + "[stat:#{@stat}]"
end