method
build
v2_6_3 -
Show latest stable
- Class:
Bundler::Index
build()public
No documentation available.
# File lib/bundler/index.rb, line 9
def self.build
i = new
yield i
i
end build()No documentation available.
# File lib/bundler/index.rb, line 9
def self.build
i = new
yield i
i
end