Advertisement
Guest User

Untitled

a guest
Aug 16th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.15 KB | None | 0 0
  1. # Case A
  2.  
  3. example do
  4.   hello 'world'
  5.   foo 'bar'
  6.   sports %w(basket foot rugby)
  7.   inception do
  8.     iam_null
  9.     multiple 2, 4, 6
  10.   end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement