Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pool requires together
  • Loading branch information
jschementi committed Feb 3, 2009
1 parent 39d3008 commit d8100dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stats.rb
Expand Up @@ -13,7 +13,11 @@
require 'mymath'
require 'benchmark'

require 'net/http'
require 'uri'

require 'rubygems'
require 'net/scp'

def dbg
require 'ruby-debug'
Expand All @@ -25,9 +29,6 @@ def dbg
# Helpers
#

require 'net/http'
require 'uri'

module Helpers
def fetch(uri_str, limit = 10)
raise ArgumentError, 'HTTP redirect too deep' if limit == 0
Expand Down Expand Up @@ -271,7 +272,6 @@ def final
puts "done"

print "Sending file to ironruby.schementi.com ... "
require 'net/scp'
Net::SCP.start(
"ironruby.schementi.com",
"jschementi", {
Expand Down

0 comments on commit d8100dd

Please sign in to comment.