nullobject icon indicating copy to clipboard operation
nullobject copied to clipboard

Null Object Design Pattern Ruby implementation

Results 3 nullobject issues
Sort by recently updated
recently updated
newest added

Currently: ``` Null::Object.instance < 1 => # ``` Should always be `false`.

Using ActiveSupport, Null::Object.instance.present? returns true, which doesn't seem right. Also blank? returns false, which again doesn't seem right.