Skip to content
New issue

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

Suppress warning #195

Merged
merged 2 commits into from
Oct 13, 2017
Merged

Suppress warning #195

merged 2 commits into from
Oct 13, 2017

Conversation

swamp09
Copy link
Contributor

@swamp09 swamp09 commented Oct 10, 2017

This PR suppresses the following warning.

ruby -v                                                                                  
ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16]

RUBYOPT=-w bundle exec rake  
turnip/examples/steps/backtick_steps.rb:6: warning: ambiguous first argument; put parentheses or a space even after `/' operator
turnip/examples/steps/steps.rb:111: warning: ambiguous first argument; put parentheses or a space even after `/' operator
turnip/examples/steps/steps.rb:117: warning: ambiguous first argument; put parentheses or a space even after `/' operator

turnip/spec/dsl_spec.rb:34: warning: assigned but unused variable - mod

ambiguous first argument; put parentheses or a space even after `/' operator
assigned but unused variable
@gongo gongo merged commit 087b029 into jnicklas:master Oct 13, 2017
@gongo
Copy link
Collaborator

gongo commented Oct 13, 2017

@swamp09 I'm so late 🙏 Thanks !!!

@swamp09 swamp09 deleted the suppress_warning branch October 14, 2017 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants