Sha256: d2ad650ca05bb8a16cde9f93e89873a941a2fd59255192e7c3def43bc5935a89
Contents?: true
Size: 574 Bytes
Versions: 6
Compression:
Stored size: 574 Bytes
Contents
=begin Copyright 2010-2015 Tasos Laskos <tasos.laskos@arachni-scanner.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni module Element::Capabilities # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> module WithScope require_relative 'with_scope/scope' # @return [Scope] def scope @scope ||= Scope.new( self ) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems