Libraries
»
bundler
(2.6.6)
»
Index
»
Bundler
»
Index
»
build
Method: Bundler::Index.build
Defined in:
lib/bundler/index.rb
.
build
{|i| ... } ⇒
Object
Yields:
(
i
)
7 8 9 10 11
# File 'lib/bundler/index.rb', line 7
def
self
.
build
i
=
new
yield
i
i
end