class RSpec::Matchers::BuiltIn::MatchArray

def safe_sort(array)

def safe_sort(array)
  array.sort rescue array
end