def self.process_tweet(reply, requestlink)
@requestlink = requestlink
qry = reply.downcase.split
using a breakpoint to inspect 'reply' in my code - but cannot figure out why it is not splitting?
[1] pry(GuideSearch)> p reply
"@twellyme film"
=> "@twellyme film"