Index: doc/example-scripts/ruby-mixins.tcl =================================================================== diff -u -N -rf35ab630098876f0efbd8117aa981eb199a45227 -ra11d866d48c3ced35ec09fe74ddc12b58b6ef928 --- doc/example-scripts/ruby-mixins.tcl (.../ruby-mixins.tcl) (revision f35ab630098876f0efbd8117aa981eb199a45227) +++ doc/example-scripts/ruby-mixins.tcl (.../ruby-mixins.tcl) (revision a11d866d48c3ced35ec09fe74ddc12b58b6ef928) @@ -201,7 +201,7 @@ ? {SpecialForce create s1 -members {Donald Micky Daniel Gustav}} ::s1 # As above, the precedence of +Enumerable+ is lower then the -# precedence of +ATeam+ and +Enumerable+. Therefore +ATeam+ can refine +# precedence of +ATeam+ and +Enumerable+. Therefore, +ATeam+ can refine # the behavior of +Enumerable+, the class +SpecialForce+ can refine # the behavior of +ATeam+. ? {s1 info precedence} "::SpecialForce ::ATeam ::Enumerable ::nx::Object"