Skip to content

Instantly share code, notes, and snippets.

@cedricdekimpe
Created October 5, 2015 20:19
Show Gist options
  • Save cedricdekimpe/4a4e5c0c9f63db79db5e to your computer and use it in GitHub Desktop.
Save cedricdekimpe/4a4e5c0c9f63db79db5e to your computer and use it in GitHub Desktop.
{% codeblock lang:ruby %}
firstname = "John"
lastname = "Doe"
echo "#{firstname} #{lastname}"
{% endcodeblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment