Created
March 20, 2012 14:43
-
-
Save wojtekmach/2136340 to your computer and use it in GitHub Desktop.
metadata
This file contains hidden or 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
| def it description = "", metadata = {}, &block | |
| if metadata && !metadata.empty? # perhaphs just `if !metadata.empty?` will suffice? | |
| # your code | |
| else | |
| old_it description, &block | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment