We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def get_gems_by_name @@by_name ||= Hash[*get_latest_gems.map { |gem| [gem.name, gem, gem.full_name, gem] }.flatten] end
The splat doesn't seem to matter to emacs nor to rubocop where each disagree on where the close brace should be.
The text was updated successfully, but these errors were encountered:
Opened a PR which fixes this. I'm also thinking about unary operators, like - and ~. How does this look:
-
~
a = ~method do |param| something end
As opposed to this:
Sorry, something went wrong.
b44a504
Sounds reasonable.
No branches or pull requests
The splat doesn't seem to matter to emacs nor to rubocop where each disagree on where the close brace should be.
The text was updated successfully, but these errors were encountered: