class Caracal::Utilities

Public Class Methods

extract_options!(args) click to toggle source
# File lib/caracal/utilities.rb, line 14
def self.extract_options!(args)
  if args.last.is_a?(Hash)
    args.pop
  else
    {}
  end
end