Sha256: abd9e1edfa47f2db822040c3e2fb2b1c8609e8d78c4662f39e2af3b1cefb8b91
Contents?: true
Size: 420 Bytes
Versions: 2
Compression:
Stored size: 420 Bytes
Contents
=begin Copyright 2010-2017 Sarosys LLC <http://www.sarosys.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 class Parser module Nodes class Base attr_accessor :parent attr_accessor :document end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | lib/arachni/parser/nodes/base.rb |
arachni-1.5 | lib/arachni/parser/nodes/base.rb |