Created
October 21, 2015 14:56
-
-
Save hhsnopek/80a81f30574f88f62aef to your computer and use it in GitHub Desktop.
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
fetch_records = (fetch.call(@, key, conf) for key, conf of opts) | |
could be | |
fetch_records = (@fetch(key, conf) for key, conf of opts) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment