# File lib/cgikit/api.rb, line 332 def list_binding( required = true ) binding = Binding.new(:list) binding.required = required binding end