Sha256: d9f4dd1b4bdb71c8a67c17eeafaaad23dec815339eadfebe91aa433e61ba0bcb
Contents?: true
Size: 237 Bytes
Versions: 12
Compression:
Stored size: 237 Bytes
Contents
require 'yt/annotations/note' module Yt module Annotations # A Spotlight annotation is like a Note annotation with text and start/end # time, but the text is below the click area. class Spotlight < Note end end end
Version data entries
12 entries across 12 versions & 1 rubygems