latest_version?() Instance Public methods Is this dependency simply asking for the latest version of a gem?
=~(other) Instance Public methods Uses this dependency as a pattern to compare to other. This dependency will match if the name matches the other's name, and other has only an equal version requirement that satisfies this dependency.
<=>(other) Instance Public methods Dependencies are ordered by name.
new(name, *requirements) Class Public methods Constructs a dependency with name and requirements. The last argument can optionally be the dependency type, which defaults to :runtime.
use_ui(new_ui, &block) Instance Public methods See ::use_ui
ui=(new_ui) Instance Public methods See ::ui=
ui() Instance Public methods See ::ui
use_ui(new_ui) Class Public methods Use new_ui for the duration of block.
ui=(new_ui) Class Public methods Set the default UI. If the default UI is never explicitly set, a simple console based UserInteraction will be used automatically.
ui() Class Public methods Return the default UI.
Page 2034 of 2275