class ActionView::Template::Sources::File

def to_s

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

def to_s: () -> String

This signature was generated using 2 samples from 1 application.

def to_s
  ::File.binread @filename
end