Module: RestClientPlus::ArrayHelper

Defined in:
lib/array_helper.rb

Class Method Summary collapse

Class Method Details

.unwrap_from_array(operand) ⇒ Object



5
6
7
8
# File 'lib/array_helper.rb', line 5

def self.unwrap_from_array(operand)
  operand = operand[0] if operand.respond_to?(:map!)
  operand
end