rubyx/lib/vool/call_site_statement.rb

6 lines
100 B
Ruby
Raw Normal View History

2017-04-01 20:28:57 +02:00
module Vool
class CallSite < Statement
attr_accessor :name , :receiver , :arguments
end
end