Home
Classes
Methods
Defined In
lib/commonjs/module.rb
Parent
Object
Methods
::new
Class and Module Index
CommonJS
CommonJS::Environment
CommonJS::Module
CommonJS::Module::Native
class CommonJS::Module::Native
Attributes
exports
[R]
Public Class Methods
new
(impl)
click to toggle source
# File lib/commonjs/module.rb, line 44
def
initialize
(
impl
)
@exports
=
impl
end