Class: Array
- Inherits:
-
Object
- Object
- Array
- 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
-
#join_with_or(**options) ⇒ Object
Extended method implemented by JoinWithOr.
Instance Method Details
#join_with_or(**options) ⇒ Object
Extended method implemented by JoinWithOr
Signature
-
Parameters:
options(+Hash+) See Xqsr3::ArrayUtilities;
13 14 15 16 |
# File 'lib/xqsr3/extensions/array/join_with_or.rb', line 13 def join_with_or ** return ::Xqsr3::ArrayUtilities::JoinWithOr.join_with_or self, ** end |