Skip to content

Instantly share code, notes, and snippets.

@shibafu528
Created May 3, 2014 16:58
Show Gist options
  • Save shibafu528/c053d0d7265274025861 to your computer and use it in GitHub Desktop.
Save shibafu528/c053d0d7265274025861 to your computer and use it in GitHub Desktop.
こうですかわかりません
# -*- coding: utf-8 -*-
Plugin.create(:bosskita) do
command(:bosskita,
name: 'ボス来た',
condition: lambda{ |opt| true},
visible: false,
role: :window) do |opt|
exit(0)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment