# File lib/rbatis/sanitizer.rb, line 60
    def extract_options_from_args!(args)
      if args.last.is_a?(Hash) then args.pop else {} end
    end