# File lib/cgikit/api.rb, line 384
  def selections_binding
    binding = Binding.new(:selections)
    binding.settable = true
    binding
  end