Class: Array

Inherits:
Object show all
Defined in:
lib/under_os/core/array.rb

Instance Method Summary collapse

Instance Method Details

#to_query(key) ⇒ Object



2
3
4
# File 'lib/under_os/core/array.rb', line 2

def to_query(key)
  collect { |value| value.to_query("#{key}[]") }.join '&'
end