Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created November 27, 2008 22:30
Show Gist options
  • Save adamwiggins/29845 to your computer and use it in GitHub Desktop.
Save adamwiggins/29845 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'erb'
def baz
bad_call
end
def foo
baz
end
ERB.new("1\n2<%= foo %>\n3\n").result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment