# File lib/apipie_bindings/utils.rb, line 3
    def self.inspect_data(obj)
      obj.respond_to?(:ai) ? obj.ai : obj.inspect
    end