Sha256: 9ebc9ebbfc22dc13c6954fe9f706a4ed14014f8ddb8c32b89220563bfd54b04d
Contents?: true
Size: 218 Bytes
Versions: 6
Compression:
Stored size: 218 Bytes
Contents
module Plugins module Core class TooltipCell < Plugins::Core::Cell def show render end private def tooltip_id @options[:id].parameterize('_') end end end end
Version data entries
6 entries across 6 versions & 1 rubygems