class Ethon::Easy

def log_inspect

Experimental RBS support (using type sampling data from the type_fusion project).

def log_inspect: () -> String

This signature was generated using 40 samples from 4 applications.

Returns:
  • (String) - The log out.

Other tags:
    Example: Return log out. -
def log_inspect
  "EASY #{mirror.log_informations.map{|k, v| "#{k}=#{v}"}.flatten.join(' ')}"
end