module Velcro::System

Host machine helper for the Velcro class

Public Class Methods

included(base) click to toggle source
# File lib/velcro/system.rb, line 4
def self.included(base)
  base.send(:extend,  self::ClassMethods)
end