Not loading ruby-debug specially.

This commit is contained in:
Arun Agrawal 2011-05-22 03:12:47 +05:30
parent 1ffc3063b7
commit 4c99f323ad
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@ require 'setter_trap'
require 'logger'
ActiveResource::Base.logger = Logger.new("#{File.dirname(__FILE__)}/debug.log")
begin
require 'ruby-debug'
rescue LoadError
end
def setup_response
matz_hash = { 'person' => { :id => 1, :name => 'Matz' } }