Top Level Namespace
Defined Under Namespace
Modules: ArrayIncludeMethods
Class Method Summary collapse
-
.using(refinement) ⇒ Object
Create a shim using method that does nothing since we monkey-patch in Opal earlier in
refinemethod.
Class Method Details
.using(refinement) ⇒ Object
Create a shim using method that does nothing since we monkey-patch in Opal earlier in refine method
103 104 105 |
# File 'lib/array_include_methods.rb', line 103 def self.using(refinement) # NO OP end |