class Ethon::Easy::Mirror
def self.from_easy(easy)
Experimental RBS support (using type sampling data from the type_fusion
project).
def self.from_easy: (Ethon::Easy easy) -> Ethon::Easy::Mirror
This signature was generated using 74 samples from 3 applications.
def self.from_easy(easy) options = {} INFORMATIONS_TO_MIRROR.each do |info| options[info] = easy.send(info) end new(options) end