Skip to content

Instantly share code, notes, and snippets.

@nbqx
Created April 23, 2011 10:05
Show Gist options
  • Save nbqx/938518 to your computer and use it in GitHub Desktop.
Save nbqx/938518 to your computer and use it in GitHub Desktop.
##earthquake.gem plugin
Earthquake.init do
command :matomete do |m|
m[1].split("\s").each do |i|
input(":open #{i}")
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment