Skip to content

Instantly share code, notes, and snippets.

@HateBot
Created May 16, 2012 15:51
Show Gist options
  • Save HateBot/2711518 to your computer and use it in GitHub Desktop.
Save HateBot/2711518 to your computer and use it in GitHub Desktop.
WHADDUP INTERNET
class Gist < Hashie::Mash
RUBY_REGX = /ruby/i
def ruby!
self.files = ruby_gists
end
def ruby_gists
self.files.select do |file, info|
info.language =~ RUBY_REGX
end
end
end
@loveybot
Copy link

Yay Ruby!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment