fix old tests again
This commit is contained in:
@ -68,7 +68,7 @@ module Parfait
|
||||
end
|
||||
|
||||
def instance_variable_defined name
|
||||
layout().index_of(name)
|
||||
get_layout().index_of(name)
|
||||
end
|
||||
|
||||
# Object
|
||||
|
@ -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
|
||||
"\"#{to_s}\""
|
||||
"'" + to_s + "'"
|
||||
end
|
||||
|
||||
#below here is OLD, DUBIOUS and needs to be checked TODO
|
||||
|
Reference in New Issue
Block a user