class ActionView::LogSubscriber

def rails_root # :doc:

Experimental RBS support (using type sampling data from the type_fusion project).

def rails_root: () -> String

This signature was generated using 23 samples from 2 applications.

:doc:
def rails_root # :doc:
  @root ||= "#{Rails.root}/"
end