Module: T::Configuration
- Defined in:
- lib/sorbet/eraser/t.rb
Overview
I also don’t want to shim this, but there are places where people will reference it.
Class Attribute Summary collapse
-
.call_validation_error_handler ⇒ Object
Returns the value of attribute call_validation_error_handler.
-
.inline_type_error_handler ⇒ Object
Returns the value of attribute inline_type_error_handler.
-
.sig_builder_error_handler ⇒ Object
Returns the value of attribute sig_builder_error_handler.
Class Attribute Details
.call_validation_error_handler ⇒ Object
Returns the value of attribute call_validation_error_handler.
58 59 60 |
# File 'lib/sorbet/eraser/t.rb', line 58 def call_validation_error_handler @call_validation_error_handler end |
.inline_type_error_handler ⇒ Object
Returns the value of attribute inline_type_error_handler.
58 59 60 |
# File 'lib/sorbet/eraser/t.rb', line 58 def inline_type_error_handler @inline_type_error_handler end |
.sig_builder_error_handler ⇒ Object
Returns the value of attribute sig_builder_error_handler.
58 59 60 |
# File 'lib/sorbet/eraser/t.rb', line 58 def sig_builder_error_handler @sig_builder_error_handler end |