method
runtime?
ruby 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