Class: V8::Conversion::Constructor
- Inherits:
-
Object
- Object
- V8::Conversion::Constructor
- Includes:
- Error::Protect
- Defined in:
- lib/v8/conversion/class.rb
Defined Under Namespace
Modules: Args
Instance Method Summary collapse
- #call(arguments) ⇒ Object
-
#initialize(cls) ⇒ Constructor
constructor
A new instance of Constructor.
Methods included from Error::Protect
Constructor Details
#initialize(cls) ⇒ Constructor
Returns a new instance of Constructor.
22 23 24 |
# File 'lib/v8/conversion/class.rb', line 22 def initialize(cls) @class = cls end |