module RSpec::Matchers::BuiltIn::BeHelpers

def inspected_args

def inspected_args
  @args.map { |a| RSpec::Support::ObjectFormatter.format(a) }
end