Not found
The exact documentation you were looking for could not be found. Here is the best guess.
new(server, name)
public
Creates a new
ERBHandler on server that will evaluate and serve
the ERB file name
Show source
def initialize(server, name)
super(server, name)
@script_filename = name
end