From 12e592e736f128a9f4d38514cbae084bdfe040fd Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 6 May 2017 20:26:26 +0200 Subject: Remove extra empty line. --- lib/plist/parser.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb index aa09fb8..396447e 100755 --- a/lib/plist/parser.rb +++ b/lib/plist/parser.rb @@ -40,7 +40,6 @@ module Plist @open = [] end - def tag_start(name, attributes) @open.push PTag::mappings[name].new end @@ -78,7 +77,6 @@ module Plist COMMENT_START = /\A/m - def parse plist_tags = PTag::mappings.keys.join('|') start_tag = /<(#{plist_tags})([^>]*)>/i -- cgit v1.2.1