aki017 / slack-ruby-gem

A Ruby wrapper for the Slack API
MIT License
242 stars 79 forks source link

warning: `*' interpreted as argument prefix #52

Closed stateisbad closed 7 years ago

stateisbad commented 7 years ago

Hello,

I receive the following warning using this gem:

/Users/<omitted>/.rvm/gems/ruby-2.4.0/gems/slack-api-1.4.0/lib/slack/configuration.rb:45: warning: '*' interpreted as argument prefix

The gem seems to work as expected, but the warning shows regardless of how I use the gem. I installed via gem install slack-api. It's also worth noting that I have tried this using the native Ruby that comes with OSX Sierra, therefore not utilizing RVM, and I still get the same warning.

Is this expected behavior at this point, or is there something else going on possibly?

Thanks!

stateisbad commented 7 years ago

Nevermind. I accidentally had -w in my shebang line. I'll close this.