module Arachni::Element::Capabilities::WithScope

@author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>

Public Instance Methods

scope() click to toggle source

@return [Scope]

# File lib/arachni/element/capabilities/with_scope.rb, line 18
def scope
    @scope ||= Scope.new( self )
end