module Wemote::Client::Typhoeus
Constants
- DEPENDENCIES
Public Class Methods
extended(base)
click to toggle source
# File lib/wemote/client.rb, line 38 def self.extended(base) base.instance_variable_set(:@lib,::Typhoeus) base.extend(SmartLib) end