Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.09 KB | None | 0 0
  1. case facts[:kernel]
  2. when !('windows')
  3.     failure condition
  4. else
  5.     test all the things
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement