7 8 9
# File 'lib/finitio/syntax/literal/string.rb', line 7 def value to_str[1...-1].gsub(/\\"/, '"') end