# File rubilicious.rb, line 545 def unsub(user, tag = nil) raise "Missing user" unless user args = ["user=#{user}", (tag ? "tag=#{tag}" : nil)] get('inbox/unsub?' << args.compact.join('&')) nil end