module WannabeBool::InvalidValueBehaviour::Error
Public Class Methods
call()
click to toggle source
# File lib/wannabe_bool/invalid_value_behaviour.rb, line 16 def self.call raise ArgumentError, 'is not a valid boolean representation' end