标签: ruby
无法让它运行。我错过了什么?
def link(address, text) "<a href='#{address}'>#{text}"> end p link("https://www.google.com", "Google!")