rubyx/lib/vool/statements.rb
2017-04-01 21:28:57 +03:00

6 lines
83 B
Ruby

module Vool
class Statements < Statement
attr_accessor :statements
end
end