Advertisement
Guest User

Untitled

a guest
Jul 30th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1. instead
  2. app=Commander.new
  3. app.welcome
  4. app.launch
  5. app.goodbye
  6.  
  7. it is possible to do something like this?
  8.  
  9. Commander.new do
  10.   welcome
  11.   launch
  12.   goodbye
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement