# File lib/rbatis.rb, line 394
      def create(*args, &proc)
        mapped_class.new(*args, &proc)
      end