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