benny wrote: > > == Example of Usage > > require 'rubygems' > require_gem 'lazyscript' > include LazyScript > > # loads the config file, it will be created for you, if it doesn't exist > load_config("myscript.yaml") [[snip: place your class definition in here ]] forgot to mention: call "run" at the end (or it won't do anything :) benny