module Montrose::Refinements::ArrayConcat
Public Instance Methods
Source
# File lib/montrose/refinements/array_concat.rb, line 7 def array_concat(other) Array(self) + other end
# File lib/montrose/refinements/array_concat.rb, line 7 def array_concat(other) Array(self) + other end