method
explicit_dependencies
v8.0.0 -
Show latest stable
- Class:
ActionView::DependencyTracker::ERBTracker
explicit_dependencies()private
No documentation available.
# File actionview/lib/action_view/dependency_tracker/erb_tracker.rb, line 158
def explicit_dependencies
source.scan(EXPLICIT_DEPENDENCY).flatten.uniq
end