Class: Object

Inherits:
BasicObject
Includes:
JamfRubyExtensions::Object::Predicates
Defined in:
lib/jamf/ruby_extensions/object.rb

Overview

include the modules loaded above

Instance Method Summary collapse

Instance Method Details

#j_boolean?Boolean Also known as: j_bool?, jss_boolean?, jss_bool? Originally defined in module JamfRubyExtensions::Object::Predicates

is an object an explict true or false?

TODO: globally replace

   `JSS::TRUE_FALSE.include? xxx`
with
   `xxx.j_boolean?`

Returns:

  • (Boolean)