# File lib/restr.rb, line 98
  def self.method_missing(method, *args)
    self.do(method, args[0], args[1] || {}, args[2])
  end