Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created December 28, 2011 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jugyo/1525881 to your computer and use it in GitHub Desktop.
Save jugyo/1525881 to your computer and use it in GitHub Desktop.
insert "〜"
# encoding: utf-8
Earthquake.init do
config[:~] = '〜'
command :~ do |arg|
input ':update ' + arg[1].split(//).join(config[:~]) + config[:~]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment