Trying to "require 'uri'" in a utility class and it doesn't seem to be loading. Keep getting the error:
NoMethodError at / undefined method `query' for "https://api.twitter.com/1.1/search/tweets.json?q=%40twitterapi":String
Whereas the .query method should become available via: http://www.ruby-doc.org/stdlib-2.0/libdoc/uri/rdoc/URI.html
Any ideas on what I'm doing wrong?