Method: Arachni::Support::Signature#==

Defined in:
lib/arachni/support/signature.rb

#==(other) ⇒ Object

Parameters:



107
108
109
# File 'lib/arachni/support/signature.rb', line 107

def ==( other )
    hash == other.hash
end