Guest User

Untitled

a guest
Jul 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. def test
  2. if 5 == 6
  3. s = 1
  4. end
  5. puts "ok" if s == 1
  6. end
  7.  
  8. test
Add Comment
Please, Sign In to add comment