method
runtime?
v2_6_3 -
Show latest stable
- Class:
Gem::Dependency
runtime?()public
No documentation available.
# File lib/rubygems/dependency.rb, line 169
def runtime?
@type == :runtime || !@type
end runtime?()No documentation available.
# File lib/rubygems/dependency.rb, line 169
def runtime?
@type == :runtime || !@type
end