class Tapioca::Gem::Pipeline

def skip_object?(name, constant)

: (String name, BasicObject constant) -> bool
@without_runtime
def skip_object?(name, constant)
  return true if symbol_in_payload?(name)
  return true unless constant_in_gem?(name)
  false
end