module Montrose::Refinements::ArrayConcat

Public Instance Methods

array_concat(other) click to toggle source
# File lib/montrose/refinements/array_concat.rb, line 7
def array_concat(other)
  Array(self) + other
end