1module NSXMLDocumentOverrides
2  def new_definition
3    # All the args are stringed together (so no spaces) in the original ref
4    return '- (id)objectByApplyingXSLTString:(NSString *)xslt arguments:(NSDictionary *)arguments error:(NSError **)error' if @name == 'objectByApplyingXSLTString:arguments:error:'
5  end
6end