mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
11 lines
121 B
Ruby
11 lines
121 B
Ruby
|
# encoding: utf-8
|
||
|
# author: Adam Leff
|
||
|
|
||
|
require 'mixlib/log'
|
||
|
|
||
|
module Habitat
|
||
|
class Log
|
||
|
extend Mixlib::Log
|
||
|
end
|
||
|
end
|