Module: Kernel
- Defined in:
- lib/consimilo/kernel.rb
Instance Method Summary collapse
-
#Consimilo(left, right, order: true, compact: false) ⇒ Object
noinspection RubyInstanceMethodNamingConvention.
Instance Method Details
#Consimilo(left, right, order: true, compact: false) ⇒ Object
noinspection RubyInstanceMethodNamingConvention
5 6 7 |
# File 'lib/consimilo/kernel.rb', line 5 def Consimilo(left, right, order: true, compact: false) ::Consimilo.difference(left, right, order: order, compact: compact) end |