On this page
class Bundler::Gemdeps
Public Class Methods
# File lib/bundler/gemdeps.rb, line 5
def initialize(runtime)
@runtime = runtime
end
Public Instance Methods
# File lib/bundler/gemdeps.rb, line 21
def current_dependencies
@runtime.current_dependencies
end
# File lib/bundler/gemdeps.rb, line 17
def dependencies
@runtime.dependencies
end
# File lib/bundler/gemdeps.rb, line 9
def requested_specs
@runtime.requested_specs
end
# File lib/bundler/gemdeps.rb, line 25
def requires
@runtime.requires
end
# File lib/bundler/gemdeps.rb, line 13
def specs
@runtime.specs
end
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.