# File lib/twitter/client/messaging.rb, line 21 def uri_suffix(opts); opts && opts[:page] ? "?page=#{opts[:page]}" : ""; end