Class: RestClientPlus::ArrayHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/array_helper.rb

Class Method Summary collapse

Class Method Details

.unwrap_from_array(operand) ⇒ Object



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

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