Sha256: b3acab075252a5b214bd22542cbe2923c0bfacb7cfe0f6141c67ac1a879627cf
Contents?: true
Size: 253 Bytes
Versions: 12
Compression:
Stored size: 253 Bytes
Contents
require 'yt/annotations/note' module Yt module Annotations # A Label annotation is just a Note annotation with text, start/end time # and an optional link, but shaped like a rectangle without borders. class Label < Note end end end
Version data entries
12 entries across 12 versions & 1 rubygems