testing to_s on Code
This commit is contained in:
@ -21,7 +21,7 @@ module Typed
|
||||
end
|
||||
class FalseExpression < Expression
|
||||
def to_s
|
||||
false
|
||||
"false"
|
||||
end
|
||||
end
|
||||
class NilExpression < Expression
|
||||
|
Reference in New Issue
Block a user