Skip to content

Instantly share code, notes, and snippets.

@takai
Created August 21, 2009 08:11
Show Gist options
  • Save takai/171719 to your computer and use it in GitHub Desktop.
Save takai/171719 to your computer and use it in GitHub Desktop.
# -*- mode: ruby; coding: utf-8-unix -*-
def if boolean, &block
block.call if boolean
end
if(true) {
p true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment