Class: Array

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

Instance Method Summary collapse

Instance Method Details

#join_with_or(**options) ⇒ Object



6
7
8
9
# File 'lib/xqsr3/extensions/array/join_with_or.rb', line 6

def join_with_or **options

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