Fix ArgumentError when importing netsparker xml

This commit is contained in:
James Lee 2013-01-07 12:21:08 -06:00
parent 986435c598
commit 3f9c459545
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class NetSparkerXMLStreamParser
# We don't need these methods, but they're necessary to keep REXML happy
def xmldecl(version, encoding, standalone); end
def cdata; end
def cdata(*args); end
def comment(str); end
def instruction(name, instruction); end
def attlist; end