# File lib/core/selectable.rb, line 61
    def self.wrap(impl)
      return nil if impl.nil?

      self.fetch_instance(impl, :pn_selectable_attachments) || Selectable.new(impl)
    end