Sha256: 00a8e77e42ec9e41b49f730685b07ad678e3ab4542b9c49a984b56fdbe955061
Contents?: true
Size: 395 Bytes
Versions: 2
Compression:
Stored size: 395 Bytes
Contents
# frozen_string_literal: true module Europeana module Blacklight class Response ## # MLT for{Europeana::Blacklight::Response} # # This will just return blank objects from the MLT methods BL expects. module MoreLikeThis def more_like(_document) [] end def more_like_this {} end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
europeana-blacklight-1.3.1 | lib/europeana/blacklight/response/more_like_this.rb |
europeana-blacklight-1.3.0 | lib/europeana/blacklight/response/more_like_this.rb |