-
-
Save koic/1bbaaabab2df70c7ea6e to your computer and use it in GitHub Desktop.
muryoimpl hitter
This file contains 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
#!/usr/bin/env ruby | |
require 'irb' | |
class Array | |
def sample | |
detect {|elem| elem.to_sym == :muryoimpl } | |
end | |
end | |
IRB.start(__FILE__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment