What folder are user created Classes traditionally stored in?

What is the traditional location for user made classes?

Thanks
Jay

Hi Jayson,

It really depends on what you want. Have you created some classes
that you want to be available system wide? In that case you may want
to package your classes in a RubyGem. See:

    http://docs.rubygems.org/

On the other hand, if you're trying to create a "stand-alone"
application, then you may want to look into something like
RubyScript2Exe:

    http://www.erikveen.dds.nl/rubyscript2exe/

Hope that's helpful,

Eric

···

On Nov 12, 1:57 pm, Jayson Williams <williams.jay...@gmail.com> wrote:

What is the traditional location for user made classes?

====

Are you interested in on-site Ruby training that uses well-designed,
real-world, hands-on exercises? http://LearnRuby.com

Wherever they make the most sense to the creator.

···

On Nov 12, 2007, at 12:57 PM, Jayson Williams wrote:

What is the traditional location for user made classes?

Thanks
Jay