Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/bitbucket_rest_api/core_ext/array.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



3
4
5
# File 'lib/bitbucket_rest_api/core_ext/array.rb', line 3

def extract_options!
  last.is_a?(::Hash) ? pop : {}
end