Top Level Namespace
Included Modules
- Croupier
- Spec::Expectations
- Spec::Methods
Extended Modules
- Croupier
- Spec::Expectations
- Spec::Methods
Defined in:
Method Summary
-
topological_sort(g)
Deprecated shim: top-level defs were how the sort was exposed before it moved into the Croupier module.
DEPRECATED Use
Croupier.topological_sortinstead
Class methods inherited from module Croupier
hash_file(path : String) : String
hash_file,
topological_sort(g)
topological_sort
Method Detail
def topological_sort(g)
#
Deprecated shim: top-level defs were how the sort was exposed before it moved into the Croupier module. New code should call Croupier.topological_sort.
DEPRECATED Use Croupier.topological_sort instead