# File lib/declarative_authorization/development_support/change_supporter.rb, line 274
        def self.readable_info (info)
          if info.respond_to?(:to_sym)
            info.to_sym.inspect
          else
            info.inspect
          end
        end