Skip to content

Instantly share code, notes, and snippets.

@yohfee
Created November 11, 2011 02:05
Show Gist options
  • Select an option

  • Save yohfee/1356943 to your computer and use it in GitHub Desktop.

Select an option

Save yohfee/1356943 to your computer and use it in GitHub Desktop.
Have a nice pocky day!!
Earthquake.init do
command :pocky do |m|
sleep 0.5 until [:month, :day, :hour, :min, :sec].all?{|t| Time.now.send(t) == 11}
twitter.update m[1]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment