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