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.
1 parent 3c311c2 commit 64bacaeCopy full SHA for 64bacae
lib/qbxml/hash.rb
@@ -28,7 +28,7 @@ def self.from_hash(hash, opts = {}, &block)
28
end
29
30
def to_xml(opts = {})
31
- hash = self.class.to_xml(self, opts)
+ self.class.to_xml(self, opts)
32
33
34
def self.to_xml(hash, opts = {})
0 commit comments