Created
December 31, 2014 18:49
-
-
Save dfinninger/5f518a8ebe66d432317f to your computer and use it in GitHub Desktop.
Get a method chain long enough in Ruby and it starts to look like prolog...
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
Array.new. | |
concat(included_module_names). | |
concat(external_module_names). | |
uniq.sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment