module Foo; def self.const_missing(n); const_set(n, "You were looking for #{n}"); end; p Bar; end
Standard input is empty
"You were looking for Bar"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!