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