locals()
The locals this template has been or will be compiled for, or nil if this is a strict locals template.
# File actionview/lib/action_view/template.rb, line 210 def locals if strict_locals? nil else @locals end end