# File lib/amalgalite/sqlite3/database/function.rb, line 29
      def signature
        @signature ||= Function.signature( name, arity )
      end