class Curlybars::DependencyTracker
Public Class Methods
call(path, template)
click to toggle source
# File lib/curlybars/dependency_tracker.rb, line 3 def self.call(path, template) presenter = Curlybars::Presenter.presenter_for_path(path) presenter.dependencies.to_a end