sorbet@stripe.com
Examples ☰
Standard library
String + Symbol
Nilable array access
Dead code
Method signature
Local inference
Pinning
Interface
Union
Intersection
Noreturn
Singleton class
Generic class
Generic method
Escape hatch
Proc
Void
Tuple and Shape
class A extend T::Helpers sig(foo: Integer).returns(String) def bar(foo) foo.to_s end end def main A.new.barr(91) A.new.bar("91") end
Loading...