Module: ObjectOculus::Classic
- Included in:
- Object
- Defined in:
- lib/object_oculus/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 "object_oculus/classic"
or, if object_oculus is already loaded:
ObjectOculus::Classic # which triggers object_oculus/classic to autoload