5 lines
83 B
Ruby
5 lines
83 B
Ruby
|
ConvertableNull = Naught.build do |b|
|
||
|
b.null_equivalents << ''
|
||
|
b.traceable
|
||
|
end
|