Module: Arachni::Element::Capabilities::WithScope
- Included in:
- Base
- Defined in:
- lib/arachni/element/capabilities/with_scope.rb,
lib/arachni/element/capabilities/with_scope/scope.rb
Overview
Defined Under Namespace
Classes: Scope
Instance Method Summary collapse
Instance Method Details
#scope ⇒ Scope
18 19 20 |
# File 'lib/arachni/element/capabilities/with_scope.rb', line 18 def scope @scope ||= Scope.new( self ) end |