Skip to content

Instantly share code, notes, and snippets.

@jodosha
Created March 20, 2014 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jodosha/9662490 to your computer and use it in GitHub Desktop.
Save jodosha/9662490 to your computer and use it in GitHub Desktop.
require 'bundler/setup'
require 'tilt'
puts Tilt.new('template.erb').render
source 'https://rubygems.org'
gem 'tilt', github: 'jodosha/tilt', branch: 'prefer-erb-over-erubis'
% ruby example.rb
<h1>Hello, World!</h1>
<h1>Hello, World!</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment