public
Description: An extendable, cloneable, dynamic UML 2 StateMachine for Ruby
Homepage: http://kurtstephens.com
Clone URL: git://github.com/kstephens/red_steak.git
kstephens (author)
Fri May 08 22:29:02 -0700 2009
commit  0ed7a2e425d2ee2483ff9692e1cbf809e03a060d
tree    e9fb449da2df59b75b9707c1e1c95a3ef1d2530e
parent  6022c37727f736d88e402b45703bc2e70be34379
red_steak / init.rb
100644 7 lines (6 sloc) 0.141 kb
1
2
3
4
5
6
7
# Add lib to dir
begin
  dir = File.expand_path(File.dirname(__FILE__) + "/lib")
  $: << dir unless $:.include?(dir)
end
require 'red_steak'