Module: T::Helpers

Included in:
Generic
Defined in:
lib/sorbet/eraser/t.rb

Overview

These methods should really not be being called in a loop or any other kind of hot path, so here we’re just going to shim them.

Instance Method Summary collapse

Instance Method Details

#abstract!Object



15
# File 'lib/sorbet/eraser/t.rb', line 15

def abstract!; end

#final!Object



17
# File 'lib/sorbet/eraser/t.rb', line 17

def final!; end

#interface!Object



16
# File 'lib/sorbet/eraser/t.rb', line 16

def interface!; end

#mixes_in_class_methodsObject



19
# File 'lib/sorbet/eraser/t.rb', line 19

def mixes_in_class_methods(*); end

#requires_ancestorObject



20
# File 'lib/sorbet/eraser/t.rb', line 20

def requires_ancestor(*); end

#sealed!Object



18
# File 'lib/sorbet/eraser/t.rb', line 18

def sealed!; end