module Tacape::Tools::Helpers::OsSupport

Public Class Methods

included(receiver) click to toggle source
# File lib/tacape/tools/helpers/os_support.rb, line 16
def self.included(receiver)
  receiver.send :include, InstanceMethods
end