class Grape::ServeStream::FileBody

def initialize(path)

Parameters:
  • path (String) --
def initialize(path)
  @path = path
end