Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/sequencescape-api/core_ext/array.rb
Instance Method Summary collapse
Instance Method Details
#or_sentence ⇒ Object
4 5 6 |
# File 'lib/sequencescape-api/core_ext/array.rb', line 4 def or_sentence to_sentence(two_words_connector: ' or ', last_word_connector: ', or ') end |