Skip to content

Instantly share code, notes, and snippets.

@veader
Created May 21, 2015 12:52
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