Skip to content

Instantly share code, notes, and snippets.

@Wardrop
Created April 10, 2011 23:33
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 Wardrop/912847 to your computer and use it in GitHub Desktop.
Save Wardrop/912847 to your computer and use it in GitHub Desktop.
# Please ignore this Gist and check out this instead: https://gist.github.com/913370
def precompiled_preamble(locals)
locals.map { |k,v| "#{k} = #{v}" }.join("\n")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment