Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created June 12, 2018 23:59
Show Gist options
  • Save havenwood/025435ccb893a86920f32820e0b50b6b to your computer and use it in GitHub Desktop.
Save havenwood/025435ccb893a86920f32820e0b50b6b to your computer and use it in GitHub Desktop.
require 'json'
class Regexp
def to_json *_
"/#{source}/"
end
end
{'expr'=>/dev/}.to_json
#=> "{\"expr\":/dev/}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment