Module: WhatsUp::Classic

Included in:
Object
Defined in:
lib/whats_up/classic.rb

Overview

This module contains the original what? method, as well as some aliases for newer methods. In line with the current expectation that a Ruby method ending in ? returns a true or false value (or at least something truthy or falsy), I’ve decided not to make what? and it’s brethren the default. You can include them by:

require "whats_up/classic"

or, if whats_up is already loaded:

WhatsUp::Classic  # which triggers whats_up/classic to autoload