class Object

Public Class Methods

using(refinement) click to toggle source

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

# File lib/to_collection.rb, line 44
def self.using(refinement)
  # NO OP
end