class AmazingPrint::Formatters::StructFormatter
def awesome_instance
def awesome_instance # We need to ensure that the original Kernel#format is used here instead of the one defined # above. # rubocop:disable Style/ColonMethodCall Kernel::format("#{struct.class.superclass}:#{struct.class}:0x%08x", (struct.__id__ * 2)) # rubocop:enable Style/ColonMethodCall end