Method: Pc::Interface.included

Defined in:
lib/pc/interface.rb

.included(base) ⇒ Object



3
4
5
# File 'lib/pc/interface.rb', line 3

def self.included(base)
  base.extend base
end