public
Description: The Ruby Implementation of SWX RPC
Homepage: http://swxruby.org
Clone URL: git://github.com/meekish/swxruby.git
Bronson McKinley (author)
Sat Jan 17 19:42:35 -0800 2009
commit  10851c3702b7870e7d02fc8540c79c9f51fd4f1e
tree    949c2469ea6e14eca06d017b86d3d18a63a2752d
parent  e56ec9a0e2e0b1a596695eede5be9fe69ab553e4
swxruby / lib / swxruby.rb
100644 6 lines (6 sloc) 0.149 kb
1
2
3
4
5
6
$:.unshift File.dirname(__FILE__)
$:.unshift File.join(File.dirname(__FILE__), 'swxruby')
class SwxRuby
  VERSION = '0.7.1'
end
require 'swx_gateway'