Method: Gem::Dependency#specific?

Defined in:
lib/rubygems/dependency.rb

#specific?Boolean

True if the dependency will not always match the latest version.

Returns:

  • (Boolean)


288
289
290
# File 'lib/rubygems/dependency.rb', line 288

def specific?
  @requirement.specific?
end