# File lib/rubytter.rb, line 163 def direct_message(user, text, params = {}) send_direct_message(params.merge({:user => user, :text => text})) end