# File lib/god/task.rb, line 67
    def canonical_hash_form(to)
      to.instance_of?(Symbol) ? {true => to} : to
    end