class Tapioca::Dsl::Compilers::UrlHelpers

def includes_helper?(mod, helper)

def includes_helper?(mod, helper)
ors = ancestors_of(mod)
cestors = if Class === mod && (superclass = superclass_of(mod))
ese ancestors are unique to `mod`, and exclude those in common with `superclass`.
stors.take(ancestors.count - ancestors_of(superclass).size)
stors
cestors.include?(helper)