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

Latest commit

 

History

History
12 lines (10 loc) · 81 Bytes

example.md

File metadata and controls

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

def good
  true
end

bad #=> true
good #=> true