# File lib/t/cli.rb, line 735 def trends(woe_id=1) opts = {} opts.merge!(:exclude => "hashtags") if options['exclude-hashtags'] trends = client.trends(woe_id, opts) print_attribute(trends, :name) end