enforces data encapsulation in vool tree
gets rid of attraccessor
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
module Vool
|
||||
class Statements < Statement
|
||||
attr_accessor :statements
|
||||
attr_reader :statements
|
||||
def initialize(statements)
|
||||
@statements = statements
|
||||
end
|
||||
|
Reference in New Issue
Block a user