class Typhoeus::EasyFactory

def easy

Returns:
  • (Ethon::Easy) - The easy.

Other tags:
    Example: Return easy. -
def easy
  @easy ||= Typhoeus::Pool.get
end