Module: LightIO::Wrap::Wrapper

Included in:
Library::Addrinfo, Library::ThreadGroup
Defined in:
lib/lightio/wrap.rb

Overview

wrapper for normal ruby objects

Defined Under Namespace

Modules: HelperMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



17
18
19
# File 'lib/lightio/wrap.rb', line 17

def included(base)
  base.send :extend, HelperMethods
end