module T::Private::Methods
def self.sig_error(loc, message)
def self.sig_error(loc, message) raise( ArgumentError.new( "#{loc.path}:#{loc.lineno}: Error interpreting `sig`:\n #{message}\n\n" ) ) end
def self.sig_error(loc, message) raise( ArgumentError.new( "#{loc.path}:#{loc.lineno}: Error interpreting `sig`:\n #{message}\n\n" ) ) end