# File lib/backports/1.8.7/array.rb, line 41 def flatten_with_optional_argument(level=-1) dup.flatten!(level) || self end