Skip to content

Instantly share code, notes, and snippets.

@n8
Created June 14, 2010 22:31
Show Gist options
  • Save n8/438410 to your computer and use it in GitHub Desktop.
Save n8/438410 to your computer and use it in GitHub Desktop.
def alert(variable)
@variable = variable
end
def someothermailermethod(variable1, variable2, variable3)
@variable1, @variable2, @variable3 = variable1, variable2, variable3
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment