Method: Bundler::LazySpecification#identifier

Defined in:
lib/bundler/lazy_specification.rb

#identifierObject



115
116
117
# File 'lib/bundler/lazy_specification.rb', line 115

def identifier
  @__identifier ||= [name, version, platform_string]
end