module UU::Loggable

Public Class Methods

included(mod) click to toggle source
# File lib/uu/loggable.rb, line 7
def self.included(mod)
  mod.extend self
end