Skip to content

Instantly share code, notes, and snippets.

@elliotcm
Created January 17, 2012 10:03
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 elliotcm/1626036 to your computer and use it in GitHub Desktop.
Save elliotcm/1626036 to your computer and use it in GitHub Desktop.
The latest weapon in my war against floats.
module ApplicationHelper
def without_spaces(&block)
capture(&block).gsub(/>\s+</, '><').html_safe
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment