Index: doc/example-scripts/ruby-mixins.html =================================================================== diff -u -rc4f449cb353be812ba6502ef8e9587e87881f59b -r629aa9a694de1eecf6355c3e447b3238b57e1fa9 --- doc/example-scripts/ruby-mixins.html (.../ruby-mixins.html) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) +++ doc/example-scripts/ruby-mixins.html (.../ruby-mixins.html) (revision 629aa9a694de1eecf6355c3e447b3238b57e1fa9) @@ -3,7 +3,7 @@ - + Listing of doc/example-scripts/ruby-mixins.tcl -
% g1 object mixin Mix
+
% g1 object mixins set Mix
 ::Mix
 
 % g1 info precedence
@@ -965,7 +967,7 @@
 .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;}
 .nx-variable    {color: #AF663F; font-weight: normal; font-style: normal;}
 
-
% g1 object mixin ""
+
% g1 object mixins set ""
 % g1 info precedence
 ::Group ::Enumerable ::nx::Object

An important difference between NX/XOTcl style mixins (decorators) @@ -1113,7 +1115,7 @@ .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;} .nx-variable {color: #AF663F; font-weight: normal; font-style: normal;} -

% ATeam mixin Mix
+
% ATeam mixins set Mix
 ::Mix
 
 % s1 info precedence
@@ -1129,7 +1131,7 @@