Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > NilClassクラス > |

instance method NilClass#|

self | other -> bool

other が真なら true を, 偽なら false を返します。

[PARAM] other:
論理和を行なう式です
class NilClass