You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Here is the workaround:
=begin
require 'puma'
class Puma::Configuration
def inspect
"(not available)"
end
end
=end
run(lambda { |env| ['200', {'Content-Type' => 'text/html'}, ["Hi!"]] })