Method: Swirl::Helpers::Compactor.compact

Defined in:
lib/swirl/helpers.rb

.compact(response) ⇒ Object



7
8
9
# File 'lib/swirl/helpers.rb', line 7

def compact(response)
  compact!(response.shift.last)
end