Methods
Public Instance methods
[ show source ]
# File lib/rqrcode/core_ext/array/behavior.rb, line 4 4: def extract_options! 5: last.is_a?(::Hash) ? pop : {} 6: end
| Module CoreExtensions::Array::Behavior |
|
[ show source ]
# File lib/rqrcode/core_ext/array/behavior.rb, line 4 4: def extract_options! 5: last.is_a?(::Hash) ? pop : {} 6: end