Created
July 6, 2016 17:43
-
-
Save frankjmattia/e86de7717a07a1da14c7cc24734ffe88 to your computer and use it in GitHub Desktop.
How could you make this code more self documenting?
This file contains 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
# This effectively hides the `engine_name:install:migrations` task from `$ rake -T`. | |
Rake::Task["engine_name:install:migrations"].instance_variable_set(:@comments, []) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment