Skip to content

Commit

Permalink
shortened directory to dir. why not...
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Dec 5, 2008
1 parent 6b9a9c8 commit 7834cb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/httparty.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
require 'net/http'
require 'net/https'
require 'uri'
require 'ostruct'
require 'rubygems'
require 'active_support'

directory = File.dirname(__FILE__)
$:.unshift(directory) unless $:.include?(directory) || $:.include?(File.expand_path(directory))
dir = File.dirname(__FILE__)
$:.unshift(dir) unless $:.include?(dir) || $:.include?(File.expand_path(dir))

require 'httparty/request'

Expand Down

0 comments on commit 7834cb9

Please sign in to comment.