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
module A | |
class C | |
def self.new | |
puts "yeah, wtf dude" | |
A::B::C.new | |
end | |
end | |
module B | |
class C < A::C |
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
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"=> |