1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

more logical way to require the library. Closes #20

This commit is contained in:
Julien Kirch 2010-04-15 17:55:36 +02:00
parent ff99f2ccba
commit ab35418bb5

2
lib/rest-client.rb Normal file
View file

@ -0,0 +1,2 @@
# More logical way to require 'rest-client'
require File.dirname(__FILE__) + '/restclient'