Module: ConvenientService::Utils::Bool Private

Defined in:
lib/convenient_service/utils/bool.rb,
lib/convenient_service/utils/bool/to_bool.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Defined Under Namespace

Classes: ToBool

Class Method Summary collapse

Class Method Details

.to_boolObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0



14
15
16
# File 'lib/convenient_service/utils/bool.rb', line 14

def to_bool(...)
  ToBool.call(...)
end