Sha256: 312cc17640ac9fe05e1a9b5e4bad2fbde63f2b6e9530bcdcf6e2a03388a97003
Contents?: true
Size: 373 Bytes
Versions: 12
Compression:
Stored size: 373 Bytes
Contents
require 'net/http' require 'json' require 'active_support' # required require 'active_support/core_ext/hash/conversions' # for Hash.from_xml require 'active_support/core_ext/string/inflections' # for demodulize require 'yt/annotations/for' module Yt module Annotations # Auto-load For to have the easy syntax Yt::Annotations.for(video_id). extend For end end
Version data entries
12 entries across 12 versions & 1 rubygems