Skip to content

Instantly share code, notes, and snippets.

@koic
Created October 6, 2014 07:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koic/1bbaaabab2df70c7ea6e to your computer and use it in GitHub Desktop.
Save koic/1bbaaabab2df70c7ea6e to your computer and use it in GitHub Desktop.
muryoimpl hitter
#!/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