Create  Edit  Diff  FrontPage  Index  Search  Changes  Login

The Backyard - FalseClass Diff

  • Added parts are displayed like this.
  • Deleted parts are displayed like this.

RubyはBoolという真偽を示す1つのクラスではなく、TrueClassとFalseClassに分かれている。

FlaseClassのインスタンスはfalseで、これはシングルトンオブジェクトとなる。一方、TrueClassのインスタンスはtrueである。
s