Sha256: 34ecb47f6ecc652aa2ddbc859b790c9764706fb71ed8e1d576672e03753b38dd
Contents?: true
Size: 267 Bytes
Versions: 85
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true if Universe.internet v = video({ path: "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" }) else v = video(:video_missing) end v.touch(true) do v.play(true) wait 3 do v.play(66) end end
Version data entries
85 entries across 84 versions & 1 rubygems