module Gem::LocalRemoteOptions

def remote?

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