Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created April 1, 2014 09:40
Show Gist options
  • Save the-teacher/9911045 to your computer and use it in GitHub Desktop.
Save the-teacher/9911045 to your computer and use it in GitHub Desktop.
ruby.rb
def silence &block
(begin; yield; rescue; end;) if block_given?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment