You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, in order to check if something IS NULL, I have to use field == nil in the DSL. Wouldn't it be more ruby-esque to be able to say field.nil? instead?
Right now, in order to check if something IS NULL, I have to use
field == nilin the DSL. Wouldn't it be more ruby-esque to be able to sayfield.nil?instead?