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