Module: RQRCodeCore::CoreExtensions::Array::Behavior

Included in:
Array
Defined in:
lib/rqrcode_core/core_ext/array/behavior.rb

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



7
8
9
# File 'lib/rqrcode_core/core_ext/array/behavior.rb', line 7

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