Active Directory/Connect: Difference between revisions

Content added Content deleted
No edit summary
Line 35: Line 35:
l.unbind()
l.unbind()
</lang>
</lang>

Output:
<pre>
(1, 2, 3)
(1, 3, 2)
(2, 1, 3)
(2, 3, 1)
(3, 1, 2)
(3, 2, 1)
</pre>


=={{header|Ruby}}==
=={{header|Ruby}}==