module Gem::LocalRemoteOptions

def local?

def local?
  [:local, :both].include?(options[:domain])
end