module RailsPing

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source

Yield self on setup for nice config blocks

# File lib/rails_ping.rb, line 12
def self.setup
  yield self
end