Sha256: 57a46841c7b7fca69f9f509d402b19a3b1119c25b5ba25823eccc448965466a3
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
module HealthRails module DSL class HealthCheckFailure < Exception end def check(description, auto_activated=true, &health_check_block) HealthRails::HealthCheck.check(description, auto_activated, &health_check_block) end end end include HealthRails::DSL
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
health_rails-0.0.2 | lib/health_rails/dsl.rb |