Guest User

Untitled

a guest
May 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class Test
  2. def save
  3. true
  4. end
  5. end
  6.  
  7. @gateway = Test.new
  8. @gateway2 = Test.new
  9. @gateway3 = Test.new
  10.  
  11. if @gateway.save && @gateway2.save && @gateway3.save && (@gateway4.nil? ? true : @gateway4.save)
  12. puts "OK"
  13. end
Add Comment
Please, Sign In to add comment