Skip to content

Commit 64bacae

Browse files
committed
Fix a warning
1 parent 3c311c2 commit 64bacae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/qbxml/hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def self.from_hash(hash, opts = {}, &block)
2828
end
2929

3030
def to_xml(opts = {})
31-
hash = self.class.to_xml(self, opts)
31+
self.class.to_xml(self, opts)
3232
end
3333

3434
def self.to_xml(hash, opts = {})

0 commit comments

Comments
 (0)