Skip to content

Instantly share code, notes, and snippets.

@9cardinals
Created November 5, 2013 04:12
Show Gist options
  • Save 9cardinals/7313745 to your computer and use it in GitHub Desktop.
Save 9cardinals/7313745 to your computer and use it in GitHub Desktop.
method to call url and text
def link(address, text)
"URL is at: <a href='#{address}'>, #{text}</a>"
end
p link("http://www.github.com/9cardinals/", "my github")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment