8 lines
99 B
Ruby
8 lines
99 B
Ruby
module Vagrant
|
|
module Util
|
|
def self.included(base)
|
|
base.extend(self)
|
|
end
|
|
end
|
|
end
|