method

locals

rails latest stable - Class: ActionView::TestCase::Behavior

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

locals()
public

No documentation available.

# File actionpack/lib/action_view/test_case.rb, line 119
      def locals
        @locals ||= {}
      end