class LicenseFinder::Decisions
def remove_inheritance(filepath)
def remove_inheritance(filepath) @decisions -= [[:inherit_from, filepath]] @inherited_decisions.delete(filepath) self end
def remove_inheritance(filepath) @decisions -= [[:inherit_from, filepath]] @inherited_decisions.delete(filepath) self end