soml-parser/lib/soml/code/statements.rb

6 lines
83 B
Ruby

module Soml
class Statements < Statement
attr_accessor :statements
end
end