adds super
with and without args current thinking is to fill the name of the method later as we carry no context currently, but this may change
This commit is contained in:
@ -3,6 +3,7 @@ module Vool
|
||||
attr_accessor :name , :receiver , :arguments
|
||||
def initialize(name)
|
||||
@name = name
|
||||
@arguments = []
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user