445 446 447 448 449
# File 'lib/code/object.rb', line 445 def sig(args, &) Type::Sig.sig(args, object: self, &) Nothing.new end