module RubyLsp::InlineTypeAssertions

No-op all inline type assertions defined in T

Public Instance Methods

absurd(value)

any(type_a, type_b, *types)

assert_type!(value, type, checked: true)

bind(value, type, checked: true)

cast(value, type, checked: true)

let(value, type, checked: true)

must(arg)

nilable(type)

unsafe(value)