Sha256: 8dec87eb369c68bc324cbcacb814da5d0a2af9a9e954c0c3e2c96aa5e9b0526c
Contents?: true
Size: 317 Bytes
Versions: 23
Compression:
Stored size: 317 Bytes
Contents
# An item decorator mix-in that just erases all links, main link and other # links. May be convenient to `include BentoSearch::NoLinks` in your # custom decorator, although you could always just write this yourself too. module BentoSearch::NoLinks def link nil end def other_links [] end end
Version data entries
23 entries across 23 versions & 1 rubygems