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
%Q(this is a test\n) + %Q(to see if this works.) # => C: Use \ instead of + to concatenate those strings. # => "this is a test\nto see if this works."
%Q(this is a test\n) \ %Q(to see if this works.) # => SyntaxError: unexpected ')', expecting '('
The text was updated successfully, but these errors were encountered:
Sorry about that. I'll have it fixed.
Sorry, something went wrong.
No need to apologise. Awesome project, it's made our companies code much more unified (and better looking in the process). Thank you!
@bbatsov I think I've stumbled on another one:
::File.exists? # => no error File.exists? # => File.exists? is deprecated in favor of File.exist?.
1ad9504
[#912] Handle top-level constant resolution in DeprecatedClassMethods
d76602b
No branches or pull requests
The text was updated successfully, but these errors were encountered: