class GlobalID::Locator::BlockLocator

def initialize(block)

def initialize(block)
  @locator = block
end

def locate(gid)

def locate(gid)
  @locator.call(gid)
end