public
Description: Simple REST client for Ruby, inspired by microframework syntax for specifying actions.
Homepage: http://rest-client.heroku.com/
Clone URL: git://github.com/adamwiggins/rest-client.git
rest-client / lib / rest_client.rb
100644 3 lines (2 sloc) 0.119 kb
1
2
3
# This file exists for backward compatbility with require 'rest_client'
require File.dirname(__FILE__) + '/restclient'