module Spacejam
Constants
- VERSION
Public Class Methods
check(*args)
click to toggle source
# File lib/spacejam.rb, line 7 def check(*args) Spacejam::HTTPCheck.new(*args) end
online?(*args)
click to toggle source
# File lib/spacejam.rb, line 11 def online?(*args) Spacejam::HTTPCheck.new(*args).online? end