class Stubby::Registry

Public Instance Methods

install(source) click to toggle source
# File lib/stubby/registry.rb, line 40
def install(source)
  RegistryItem.new(source).install
end
uninstall(source) click to toggle source
# File lib/stubby/registry.rb, line 44
def uninstall(source)
  RegistryItem.new(source).uninstall
end