6 lines
100 B
Ruby
6 lines
100 B
Ruby
module Vool
|
|
class CallSite < Statement
|
|
attr_accessor :name , :receiver , :arguments
|
|
end
|
|
end
|