Module: Pacer::Utils::GraphAnalysis::Edges
- Defined in:
- lib/pacer/utils/graph_analysis.rb
Defined Under Namespace
Modules: Route
Class Method Summary collapse
Class Method Details
.route_conditions(graph) ⇒ Object
108 109 110 |
# File 'lib/pacer/utils/graph_analysis.rb', line 108 def self.route_conditions(graph) { :element_type => 'edge' } end |