Module: Chozo::Platform

Extended by:
ClassMethods
Included in:
Kernel
Defined in:
lib/chozo/platform.rb

Overview

Author:

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

linux?, osx?, windows?

Class Method Details

.included(base) ⇒ Object



22
23
24
# File 'lib/chozo/platform.rb', line 22

def included(base)
  base.send(:include, Platform::ClassMethods)
end