lib/roda/plugins/heartbeat.rb in roda-2.10.0 vs lib/roda/plugins/heartbeat.rb in roda-2.11.0
- old
+ new
@@ -1,6 +1,7 @@
# frozen-string-literal: true
+#
class Roda
module RodaPlugins
# The heartbeat handles heartbeat/status requests. If a request for
# the heartbeat path comes in, a 200 response with a
# text/plain Content-Type and a body of "OK" will be returned.