lib/apstrings/kv_pair.rb in apstrings-0.3.5 vs lib/apstrings/kv_pair.rb in apstrings-0.3.6

- old
+ new

@@ -10,10 +10,10 @@ def key line.key.strip unless line.key.nil? end def value - line.value.strip unless line.key.nil? + line.value.strip unless line.key.nil? end def comment if raw_comment.nil? @raw_comment = ""