Method: CycloneLariat::Presenters::Graph.call

Defined in:
lib/cyclone_lariat/presenters/graph.rb

.call(subscriptions) ⇒ Object



9
10
11
# File 'lib/cyclone_lariat/presenters/graph.rb', line 9

def self.call(subscriptions)
  new.call(subscriptions)
end