Skip to content

Instantly share code, notes, and snippets.

@yohfee
Created November 15, 2011 09:03
Show Gist options
  • Select an option

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

Select an option

Save yohfee/1366505 to your computer and use it in GitHub Desktop.
earthquakegemでhelpが悲しいのでだったらソース見ちゃえ的なやっつけ仕事
require 'method_source'
Earthquake.init do
command :source do |m|
puts commands.detect{|c| m[1] =~ c[:pattern]}[:block].source
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment