public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Fixed path problem

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@743 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Tue Feb 22 06:11:12 -0800 2005
commit  752f9ab8739bef4d7acab21af5858f5d5d9db6eb
tree    dd19c8833a36888011813ea4ef5794a84079b12a
parent  51bb090d867fbf3606dfd4113dc228529e12112e
...
16
17
18
19
 
20
21
22
...
16
17
18
 
19
20
21
22
0
@@ -16,7 +16,7 @@
0
 # license please contact me.
0
 
0
 require 'irb'
0
-require 'binding_of_caller'
0
+require File.dirname(__FILE__) + '/binding_of_caller'
0
 require 'drb'
0
 require 'drb/acl'
0
 

Comments

    No one has commented yet.