[Source]
# File lib/rqrcode/core_ext/array/behavior.rb, line 4 4: def extract_options! 5: last.is_a?(::Hash) ? pop : {} 6: end
[Validate]