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