class Ethon::Easy

def mirror

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

def mirror: () -> Ethon::Easy::Mirror

This signature was generated using 91 samples from 4 applications.

def mirror
  @mirror ||= Mirror.from_easy(self)
end