Skip to content

Instantly share code, notes, and snippets.

/a.rb Secret

Created January 29, 2017 15:59
Show Gist options
  • Save anonymous/52e90b19f2fe23b6d8c2d736bafa4e49 to your computer and use it in GitHub Desktop.
Save anonymous/52e90b19f2fe23b6d8c2d736bafa4e49 to your computer and use it in GitHub Desktop.
irb(main):030:0> result[:schedule].gsub(/at\s(.*?\slocal)/, "#{result[:date_dirty]}(\\1)")
=> "Match scheduled to begin 10 PM(11:00 local) time (22:00 GMT)"
irb(main):031:0> result[:schedule]
=> "Match scheduled to begin at 11:00 local time (22:00 GMT)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment