Method: Expect4r::BaseLoginObject.add

Defined in:
lib/misc/base.rb

.add(r) ⇒ Object



41
42
43
44
# File 'lib/misc/base.rb', line 41

def add(r)
  @routers ||=[]
  @routers << r
end