lib/Node.rb in re_expand-0.0.3 vs lib/Node.rb in re_expand-0.0.4

- old
+ new

@@ -44,11 +44,10 @@ @pars = [] end attr_reader :id attr_reader :trans - attr :accept, true - attr :pars, true + attr_accessor :accept,:pars def addTrans(pat,dest) t = Trans.new(pat,dest) @trans << t end