Libraries
»
cobweb
(1.1.0)
»
Index
»
CobwebModule
»
Crawl
»
#debug_ap
Method: CobwebModule::Crawl#debug_ap
Defined in:
lib/crawl.rb
#
debug_ap
(value) ⇒
Object
293 294 295
# File 'lib/crawl.rb', line 293
def
debug_ap
(
value
)
ap
(
value
)
if
@options
[
:debug
]
end