in reply to Irony of import

Luke, you're going to find that many of the truths we cling to depend greatly on our own point of view.

Of course Ruby does use almost that same syntax for pulling methods from modules into another namespace (s/import/include/, but otherwise that's it).

--
We're looking for people in ATL

Replies are listed 'Best First'.
Re^2: Irony of import
by tye (Sage) on Aug 22, 2005 at 15:32 UTC
    Of course Ruby does use almost that same syntax for pulling methods from modules into another namespace (s/import/include/, but otherwise that's it).

    So the Ruby module to implement that is called Excluder?

    - tye