NAME shared.rb DESCRIPTION super simple super power sharing of instance and class level code INSTALL gem install shared URIS http://rubyforge.org/projects/codeforpeople http://codeforpeople.com/lib/ruby/ HISTORY 1.0.0 - add Share/Shared methods - move from @@vars to closure based impl 0.4.5 - add Shared.for as 'shared' alias to rails' style const missing can trigger lib load for a call. usage: Shared.for(:name){ ... } 0.4.3 - added version info - move methods from Object to Kernel and made them private (thx Stefan Rusterholz) 0.4.2 initial version SAMPLES @samples