-
-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove warning: instance variable @json_output not initialized * Ruby 3 support. More specific for method_missing: Keyword arguments are separated from other argument https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/ * Need to remove the original one, duh. * Remove trailing whitespace * Use normalcase for variable numbers. * Prefer single-quoted strings when you don't need string interpolation or special symbols. * Do not use parentheses for method calls with no arguments * Refactored out use of `eval`. * Add empty line after guard clause * As suggested, use Gem::Version to compare Ruby version numbers.
- Loading branch information
Showing
5 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
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 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 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 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 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