class ActionView::Template

def identifier_method_name #:nodoc:

:nodoc:
def identifier_method_name #:nodoc:
  inspect.gsub(/[^a-z_]/, '_')
end