class Tapioca::Gem::Pipeline
def skip_object?(name, constant)
@without_runtime
def skip_object?(name, constant) return true if symbol_in_payload?(name) return true unless constant_in_gem?(name) false end
def skip_object?(name, constant) return true if symbol_in_payload?(name) return true unless constant_in_gem?(name) false end