Method: Bundler::Source#can_lock?

Defined in:
lib/bundler/source.rb

#can_lock?(spec) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

34
35
36
# File 'lib/bundler/source.rb', line 34

def can_lock?(spec)
  spec.source == self
end