A true story
8 hours ago
Things I'd forget if I didn't post them here.
Two months ago, the child star of the hit movie "Slumdog Millionaire" was worrying about what to wear to the Oscars. Now she has come home to a very different problem: How to get the fetid water out of her family's one-room shack.
require 'irb/completion'
IRB.conf[:AUTO_INDENT] = true
IRB.conf[:USE_READLINE] = true
IRB.conf[:PROMPT_MODE] = :SIMPLE
\# call ri from within irb
def ri(*names)
system(%{ri.bat #{names.map {|name| name.to_s}.join(" ")}})
end