6 lines
83 B
Ruby
6 lines
83 B
Ruby
|
module Vool
|
||
|
class Statements < Statement
|
||
|
attr_accessor :statements
|
||
|
end
|
||
|
end
|