Method: RBI::Type::NoReturn#to_rbi

Defined in:
lib/rbi/type.rb

#to_rbiObject

: -> String



97
98
99
# File 'lib/rbi/type.rb', line 97

def to_rbi
  "T.noreturn"
end