class Rack::Response
Public Instance Methods
send(filename)
click to toggle source
Send file
# File lib/objectsframework/overrides.rb, line 6 def send(filename) self.write $file.read(filename); end
Send file
# File lib/objectsframework/overrides.rb, line 6 def send(filename) self.write $file.read(filename); end