# File lib/sugar-high/arguments.rb, line 25
def last_arg default, *args
  last = args.flatten.last
  last.kind_of?(Hash) ? last : default
end