Top Level Namespace
Defined Under Namespace
Modules: ToCollection
Class Method Summary collapse
-
.using(refinement) ⇒ Object
Create a shim ‘using` method that does nothing since we monkey-patch in Opal earlier in the `refine` method.
Class Method Details
.using(refinement) ⇒ Object
Create a shim ‘using` method that does nothing since we monkey-patch in Opal earlier in the `refine` method
44 45 46 |
# File 'lib/to_collection.rb', line 44 def self.using(refinement) # NO OP end |