Skip to content

Instantly share code, notes, and snippets.

View dbussink's full-sized avatar

Dirkjan Bussink dbussink

View GitHub Profile
64-bit capable system running Snow Leopard
>> pp Config::CONFIG
{"INSTALL_SCRIPT"=>"/usr/bin/install -c",
"DEFS"=>"",
"PACKAGE_VERSION"=>"",
"GREP"=>"/usr/bin/grep",
"EXPORT_PREFIX"=>"",
"COMMON_LIBS"=>"",
"sharedstatedir"=>
module A
class C
def self.new
puts "yeah, wtf dude"
A::B::C.new
end
end
module B
class C < A::C