method

inspect

rails latest stable - Class: ActiveStorage::Service::Registry

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

inspect()
public

No documentation available.

# File activestorage/lib/active_storage/service/registry.rb, line 25
    def inspect # :nodoc:
      attrs = configurations.any? ?
        " configurations=[#{configurations.keys.map(&:inspect).join(", ")}]" : ""
      "#<#{self.class}#{attrs}>"
    end