rubyx/lib/vool/send_statement.rb
2017-04-02 12:59:07 +03:00

6 lines
105 B
Ruby

module Vool
class SendStatement < Statement
attr_accessor :name , :receiver , :arguments
end
end