Libraries
»
rest-client
(2.1.0)
»
Index
»
RestClient
»
ParamsArray
»
#empty?
Method: RestClient::ParamsArray#empty?
Defined in:
lib/restclient/params_array.rb
#
empty?
⇒
Boolean
Returns:
(
Boolean
)
39 40 41
# File 'lib/restclient/params_array.rb', line 39
def
empty?
@array
.
empty?
end