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 ‘refine` method.
Class Method Details
.using(refinement) ⇒ Object
Create a shim using method that does nothing since we monkey-patch in Opal earlier in ‘refine` method
72 73 74 |
# File 'lib/array_include_methods.rb', line 72 def self.using(refinement) # NO OP end |