clearer to_s s
This commit is contained in:
@ -10,7 +10,7 @@ module Register
|
||||
attr_reader :method
|
||||
|
||||
def to_s
|
||||
"FunctionCall(#{method.name})"
|
||||
"FunctionCall: #{method.name}"
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user