Module: RQRCode::CoreExtensions::Array::Behavior

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

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



5
6
7
# File 'lib/rqrcode/core_ext/array/behavior.rb', line 5

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