class ActionView::Template

def identifier_method_name #:nodoc:

:nodoc:
def identifier_method_name #:nodoc:
  inspect.tr('^a-z_', '_')
end