This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 10.0.1.1 (10.0.1.1) 0.954 ms 0.775 ms 2.437 ms | |
2 cpe-98-14-80-1.nyc.res.rr.com (98.14.80.1) 9.815 ms 9.027 ms 9.670 ms | |
3 gig-2-14-nycmnyr-rtr1.nyc.rr.com (24.29.157.25) 12.519 ms 8.980 ms 10.487 ms | |
4 gig10-0-0-nycmnya-rtr1.nyc.rr.com (24.29.157.98) 8.909 ms 8.598 ms 9.500 ms | |
5 tenge-0-3-0-nwrknjmd-rtr.nyc.rr.com (24.29.97.6) 12.971 ms 10.117 ms 9.746 ms | |
6 ae-4-0.cr0.nyc30.tbone.rr.com (66.109.6.78) 9.278 ms 9.223 ms 43.665 ms | |
7 ae-1-0.pr0.nyc30.tbone.rr.com (66.109.6.161) 43.319 ms 8.634 ms 9.928 ms | |
8 xe-4-3-0.edge2.newark1.level3.net (4.59.20.161) 9.459 ms 10.364 ms 9.663 ms | |
9 ae-32-52.ebr2.newark1.level3.net (4.68.99.62) 14.356 ms 36.022 ms 17.790 ms | |
10 ae-4-4.ebr2.washington1.level3.net (4.69.132.101) 16.215 ms 15.545 ms 15.891 ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "rubygems" | |
require 'mongo' | |
db = Mongo::Connection.new.db("mydb") | |
## Errors: | |
./mongo.rb:6: uninitialized constant Mongo (NameError) | |
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
NewerOlder