Sha256: c2e2a5285a617381a77bb67561e6f68e8957ece7c9ed7277e28e742a101b0061

Contents?: true

Size: 410 Bytes

Versions: 2

Compression:

Stored size: 410 Bytes

Contents

" date can be entered in  several ways , 2 digit it'll be the next time the seconds match ,
if 2 digits the minutes and seconds and so on, you can also enter Time.now+3 (not a,string) for schedule in 3 sec "

time_to_run= Time.now+6
puts 'event schedule'
schedule(time_to_run) do
  puts 'event executed'
  # i=image({ content: :boat , drag: :true, x: 99, y:99 })
  # wait 2 do
  #   i.delete(true)
  # end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
atome-0.4.7.0 vendor/assets/build/medias/rubies/examples/schedule.rb
atome-0.4.5.4 vendor/assets/build/medias/rubies/examples/schedule.rb