Class: Object

Inherits:
BasicObject
Defined in:
lib/http_vanilli.rb,
lib/angry_web/matcher.rb

Instance Method Summary collapse

Instance Method Details

#tapp(tag = nil) ⇒ Object



5
6
7
8
9
# File 'lib/http_vanilli.rb', line 5

def tapp(tag=nil)
  print "#{tag}=" if tag
  pp self
  self
end