module RQRCode::CoreExtensions::Array::Behavior

Public Instance Methods

extract_options!() click to toggle source
# File lib/rqrcode/core_ext/array/behavior.rb, line 5
def extract_options!
  last.is_a?(::Hash) ? pop : {}
end