Method: HashDelegatorSelf#join_code_lines
- Defined in:
- lib/hash_delegator.rb
#join_code_lines(lines) ⇒ Object
185 186 187 |
# File 'lib/hash_delegator.rb', line 185 def join_code_lines(lines) ((lines || []) + ['']).join("\n") end |
185 186 187 |
# File 'lib/hash_delegator.rb', line 185 def join_code_lines(lines) ((lines || []) + ['']).join("\n") end |