summaryrefslogtreecommitdiff
path: root/lib/plist/parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plist/parser.rb')
-rwxr-xr-xlib/plist/parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb
index d49fc80..aa09fb8 100755
--- a/lib/plist/parser.rb
+++ b/lib/plist/parser.rb
@@ -163,7 +163,7 @@ module Plist
class PDict < PTag
def to_ruby
- dict = Hash.new
+ dict = {}
key = nil
children.each do |c|