# File lib/erubis/helpers/rails_form_helper.rb, line 167
  def pp_select(object, method, collection, options={}, html_options={})
    return _pp_select(object, method, collection, nil, options, html_options)
  end