summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/plist/parser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb
index 4de13f8..d49fc80 100755
--- a/lib/plist/parser.rb
+++ b/lib/plist/parser.rb
@@ -37,7 +37,7 @@ module Plist
def initialize
@result = nil
- @open = Array.new
+ @open = []
end
@@ -147,7 +147,7 @@ module Plist
attr_accessor :text, :children
def initialize
- @children = Array.new
+ @children = []
end
def to_ruby