Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/xqsr3/doc_.rb,
lib/xqsr3/extensions/array/join_with_or.rb

Overview

Standard class, extended with methods:

  • Array#join_with_or

Instance Method Summary collapse

Instance Method Details

#join_with_or(**options) ⇒ Object

Extended method implemented by JoinWithOr

Signature

  • Parameters:

    • options (Hash) See Xqsr3::ArrayUtilities



12
13
14
15
# File 'lib/xqsr3/extensions/array/join_with_or.rb', line 12

def join_with_or **options

  return ::Xqsr3::ArrayUtilities::JoinWithOr.join_with_or self, **options
end