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
75 76 77 |
# File 'lib/array_include_methods.rb', line 75 def self.using(refinement) # NO OP end |