rename callable to CallStatement
Callable is the Method, whereas here we call the method
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
module Ruby
|
||||
|
||||
class SendStatement < Callable
|
||||
class SendStatement < CallStatement
|
||||
def to_s
|
||||
"#{receiver}.#{name}(#{arguments.join(', ')})"
|
||||
end
|
||||
|
Reference in New Issue
Block a user