Skip to content

Instantly share code, notes, and snippets.

@veader
Created May 21, 2015 12:52
Show Gist options
  • Save veader/f078e94b58c70bf509f1 to your computer and use it in GitHub Desktop.
Save veader/f078e94b58c70bf509f1 to your computer and use it in GitHub Desktop.
def to_live?
if !@to_live
@to_live = true
return true
end
!@to_live
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment