Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # The Inception in Ruby code
  2.  
  3. begin
  4.   recruit
  5.   dream {
  6.     kidnap
  7.     dream {
  8.       deceive
  9.       dream {
  10.         inception
  11.         dream {
  12.           deal_with_cobbs_personal_issue
  13.         }
  14.       }
  15.     }
  16.   }
  17. rescue Interrupt
  18.   limbo
  19. rescue
  20.   kick!
  21. end