Skip to content

Instantly share code, notes, and snippets.

@Papierkorb
Last active May 22, 2017 14:32
Show Gist options
  • Save Papierkorb/7020b15549326dac413e74df0b52982a to your computer and use it in GitHub Desktop.
Save Papierkorb/7020b15549326dac413e74df0b52982a to your computer and use it in GitHub Desktop.
require "json"
{% if @type.has_constant?(:JSON) %}
puts "Has JSON"
{% else %}
puts "No JSON"
{% end %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment