Top Level Namespace

Defined Under Namespace

Modules: ArrayIncludeMethods

Class Method Summary collapse

Class Method Details

.using(refinement) ⇒ Object

Create a shim using method that does nothing since we monkey-patch in Opal earlier in ‘refine` method



3
4
5
# File 'lib/array_include_methods/array.rb', line 3

def self.using(refinement)
  # NO OP
end