module T::Sig

def sig(arg0=nil, &blk)

def sig(arg0=nil, &blk)
  T::Private::Methods.declare_sig(self, arg0, &blk)
end