有可能实现?? ?? Ruby中的运算符?
a = nil b = 1 x = a ?? b # x should == 1 x = b ?? 2 # x should == 1
ruby operators null-coalescing-operator
null-coalescing-operator ×1
operators ×1
ruby ×1