J
James Edward Gray II
Am I understanding right that the new gem() does not actually perform
the require? It just sets up version handling, right?
Does this work for something like the soap4r gem? You can't require
that gem normally, because the standard library will take
precedence. In the past, require_gem() got around this but I'm
thinking we lost that trick.
Am I missing something?
James Edward Gray II
the require? It just sets up version handling, right?
Does this work for something like the soap4r gem? You can't require
that gem normally, because the standard library will take
precedence. In the past, require_gem() got around this but I'm
thinking we lost that trick.
Am I missing something?
James Edward Gray II