Skip to content

Instantly share code, notes, and snippets.

@toshia
Created May 27, 2012 15:31
Show Gist options
  • Select an option

  • Save toshia/2814774 to your computer and use it in GitHub Desktop.

Select an option

Save toshia/2814774 to your computer and use it in GitHub Desktop.
かっこいいDSL
Plugin.create :home_timeline do
tab :home_timeline, "Home Timeline" do
set_icon MUI::Skin.get("timeline.png")
timeline :home_timeline end
on_update do |service, messages|
timeline(:home_timeline) << messages end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment