Skip to content

Instantly share code, notes, and snippets.

Created September 11, 2013 06:26
Show Gist options
  • Save anonymous/789109c41d3f3aa86812 to your computer and use it in GitHub Desktop.
Save anonymous/789109c41d3f3aa86812 to your computer and use it in GitHub Desktop.
formatted_event.each_pair {|key, value| formatted_event[key] = value.gsub!(/_\(/, '<') }
formatted_event.each_pair {|key, value| formatted_event[key] = value.gsub!(/\)_/, '>') }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment