Libraries
»
expect4r
(0.0.11)
»
Index
»
Expect4r
»
BaseLoginObject
»
add
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