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 YieldStatement < Callable
|
||||
class YieldStatement < CallStatement
|
||||
|
||||
def initialize(arguments)
|
||||
super("yield_#{object_id}".to_sym , SelfExpression.new , arguments)
|
||||
|
Reference in New Issue
Block a user