Skip to content

Instantly share code, notes, and snippets.

@j4zzcat
Created February 14, 2017 19:11
Show Gist options
  • Save j4zzcat/3aa2bf83984f13bcdfd3134caef2b319 to your computer and use it in GitHub Desktop.
Save j4zzcat/3aa2bf83984f13bcdfd3134caef2b319 to your computer and use it in GitHub Desktop.
load GEMSPEC_FILE
ObjectSpace.each_object Gem::Specification do | instance |
if instance.name == GEMSPEC_FILE
gemspec = instance
break
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment