method

build_method_name

build_method_name(locals)
private

No documentation available.

# File actionpack/lib/action_view/template.rb, line 273
      def build_method_name(locals)
        @method_names[locals.keys.hash] ||= "_#{identifier_method_name}__#{@identifier.hash}_#{__id__}_#{locals.keys.hash}".gsub('-', "_")
      end