pub fn bool_method(
receiver: &Value,
method: &str,
args: &[Value],
line: u32,
) -> Result<(Value, Option<Value>), BopError>Expand description
Method dispatch for Bool. Only the numeric coercions
(true.to_int() → 1, etc.); type / to_str / inspect
go through common_method before this is called.