class RSpec::Support::ObjectFormatter
Public Instance Methods
format(value)
click to toggle source
Override to use our formatting algorithm
# File lib/super_diff/rspec/monkey_patches.rb, line 268 def format(value) SuperDiff.inspect_object(value, as_lines: false) end