module RSpec::Matchers::BuiltIn::BeHelpers

def inspected_args

def inspected_args
  @args.collect{|a| a.inspect}
end