# File lib/ramaze/helper/sequel_form.rb, line 274
    def args_for(hash)
      name = hash[:name]
      [ name, @object.send(name) ]
    end