module T::Sig::WithoutRuntime

Public Class Methods

sig(arg0=nil, &blk) click to toggle source

At runtime, does nothing, but statically it is treated exactly the same as T::Sig#sig. Only use it in cases where you can't use T::Sig#sig.

# File lib/types/sig.rb, line 10
def self.sig(arg0=nil, &blk); end