Skip to content

Instantly share code, notes, and snippets.

@matsko
Created May 6, 2013 14:59
Show Gist options
  • Save matsko/5525695 to your computer and use it in GitHub Desktop.
Save matsko/5525695 to your computer and use it in GitHub Desktop.
class Damyan
def self.come_out
if @come_out_response.nil?
if(false)
@come_out_response = "Sure! Lets do it!"
else
@come_out_response = "No sorry not this time"
end
end
@come_out_response
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment