class ActionView::Template

def strict_locals?

Returns whether a template is using strict locals.
def strict_locals?
  strict_locals!
end