I cant figure this out. This works:
@client.search("#{term}", :result_type => "recent")
This does not work
@client.search("#{term}", :result_type => "recent", :geocode => "#{lat},#{long},#{radius}mi")
It seems that adding the :geocode parameter broke it, however it renders perfectly to what the example is on the the twitter api docs.
Any ideas?