module OmniAuth::Slack::StringRefinements

Public Instance Methods

words() click to toggle source
# File lib/omniauth-slack/refinements.rb, line 49
def words
  split(/[,\s]+/)
end