Skip to content

Commit 2218063

Browse files
committed
Land rapid7#2752, @wchen-r7's HACKING mod to favor rexml
2 parents 2bcdb1b + 201c809 commit 2218063

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

HACKING

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ for an overview of common and not-so-common Ruby version related gotchas.
8686
8. Never, ever use $global variables. This applies to modules, mixins,
8787
and libraries. If you need a "global" within a specific class, you can
8888
use @@class_variables, but most modules should use @instance variables
89-
to store information between methods.
89+
to store information between methods.
90+
91+
9. Don't craft your XML document raw or by using Nokogiri, the current
92+
preferred way is REXML.
9093

9194
Creating New Modules
9295
====================

0 commit comments

Comments
 (0)