class Leafy::Json::HealthWriter

Public Class Methods

new() click to toggle source
Calls superclass method
# File leafy-rack/lib/leafy/json/health_writer.rb, line 10
def initialize
  super( HealthCheckModule.new )
end