Method: Reactive::GemDependency#embedded?
- Defined in:
- lib/reactive-core/gem_dependency.rb
#embedded? ⇒ Boolean
66 67 68 69 70 |
# File 'lib/reactive-core/gem_dependency.rb', line 66 def return true if return false unless specification File.(specification.installation_path) == File.(Reactive.path_for('gems')) end |