Project

General

Profile

Actions

Bug #12827

closed

Add Boolean data type.

Added by ioquatix (Samuel Williams) over 7 years ago. Updated over 7 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:77546]

Description

It's not clear to me why there isn't a Boolean class which can have values true and false.

There are benefits to this. An example of where this is an issue is people who write ORM. For example, in sequel gem, they use "TrueClass" for a boolean column.

The naming of TrueClass and FalseClass are also inconsistent with other names, e.g. it's not IntegerClass or FloatClass or StringClass.


Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Feature #12515: Create "Boolean" superclass of TrueClass / FalseClassRejectedActions
Actions #1

Updated by shyouhei (Shyouhei Urabe) over 7 years ago

  • Is duplicate of Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass added

Updated by shyouhei (Shyouhei Urabe) over 7 years ago

  • Status changed from Open to Rejected

Do you have anything to add to https://bugs.ruby-lang.org/issues/12515 ?

Actions

Also available in: Atom PDF

Like0
Like0Like0