class Curly::DependencyTracker

Public Class Methods

call(path, template) click to toggle source
# File lib/curly/dependency_tracker.rb, line 3
def self.call(path, template)
  presenter = Curly::Presenter.presenter_for_path(path)
  presenter.dependencies.to_a
end