module WannabeBool::InvalidValueBehaviour::Nil

Public Class Methods

call() click to toggle source
# File lib/wannabe_bool/invalid_value_behaviour.rb, line 10
def self.call
  nil
end