Sha256: a9e4608ade34093459a90c73a8d561420bf8653c928a70ee107a3e12c89707b9
Contents?: true
Size: 253 Bytes
Versions: 13
Compression:
Stored size: 253 Bytes
Contents
require 'spidr/actions/exceptions/action' module Spidr module Actions # # An {Actions} exception class which causes a running {Agent} to # skip a {Page}, and all links within that page. # class SkipPage < Action end end end
Version data entries
13 entries across 13 versions & 3 rubygems