Class: V8::Conversion::Method::MethodCache
- Inherits:
-
Object
- Object
- V8::Conversion::Method::MethodCache
- Defined in:
- lib/v8/conversion/method.rb
Instance Method Summary collapse
- #[](method) ⇒ Object
- #[]=(method, template) ⇒ Object
-
#initialize ⇒ MethodCache
constructor
A new instance of MethodCache.
Constructor Details
#initialize ⇒ MethodCache
Returns a new instance of MethodCache.
11 12 13 |
# File 'lib/v8/conversion/method.rb', line 11 def initialize @map = V8::Weak::WeakValueMap.new end |