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:
parent
ff99f2ccba
commit
ab35418bb5
1 changed files with 2 additions and 0 deletions
2
lib/rest-client.rb
Normal file
2
lib/rest-client.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# More logical way to require 'rest-client'
|
||||
require File.dirname(__FILE__) + '/restclient'
|
Loading…
Reference in a new issue