add to_s for statements
This commit is contained in:
@ -29,5 +29,8 @@ module Vool
|
||||
ret << Mom::ReturnSequence.new
|
||||
end
|
||||
|
||||
def to_s(depth = 0)
|
||||
at_depth(depth , "return #{@return_value.to_s}")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user