Created
November 15, 2011 09:03
-
-
Save yohfee/1366505 to your computer and use it in GitHub Desktop.
earthquakegemでhelpが悲しいのでだったらソース見ちゃえ的なやっつけ仕事
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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