Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 81 Bytes

File metadata and controls

12 lines (10 loc) · 81 Bytes
def bad
  false
end

def good
  true
end

bad #=> true
good #=> true