We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bcdb1b + 201c809 commit 2218063Copy full SHA for 2218063
HACKING
@@ -86,7 +86,10 @@ for an overview of common and not-so-common Ruby version related gotchas.
86
8. Never, ever use $global variables. This applies to modules, mixins,
87
and libraries. If you need a "global" within a specific class, you can
88
use @@class_variables, but most modules should use @instance variables
89
-to store information between methods.
+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.
93
94
Creating New Modules
95
====================
0 commit comments