class Bundler::RemoteSpecification

def method_missing(method, *args, &blk)

def method_missing(method, *args, &blk)
  _remote_specification.send(method, *args, &blk)
end