summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/visitors/to_ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/visitors/to_ruby.rb b/lib/psych/visitors/to_ruby.rb
index 10e03fe..ee603ff 100644
--- a/lib/psych/visitors/to_ruby.rb
+++ b/lib/psych/visitors/to_ruby.rb
@@ -14,7 +14,7 @@ module Psych
return nil if o.tag == 'tag:yaml.org,2002:null'
unless o.quoted
- return nil if o.value =~ /^(null|~)$/i
+ return nil if o.value =~ /^(null|~)$/i or o.value.empty?
end
o.value