class Dependencies::Custom
Public Instance Methods
meet()
click to toggle source
# File lib/dependencies/custom.rb, line 12 def meet # this dependency is just a custom, idempotent command execute(name) end
met?()
click to toggle source
# File lib/dependencies/custom.rb, line 7 def met? # we always want to try to meet this dependency false end
unmeet()
click to toggle source
# File lib/dependencies/custom.rb, line 17 def unmeet true end