more booting

This commit is contained in:
Torsten Ruger
2015-05-24 13:53:49 +03:00
parent e64733d72b
commit 3c0022191b
7 changed files with 24 additions and 27 deletions

View File

@ -109,7 +109,7 @@ module Parfait
# as we answered is_value? with true, sof will create a basic node with this string
def to_sof
"Parfait::Word('#{to_s}')"
"\"#{to_s}\""
end
#below here is OLD, DUBIOUS and needs to be checked TODO