class Remap::Failure::Error
Public Instance Methods
inspect()
click to toggle source
@return [String]
# File lib/remap/failure/error.rb, line 14 def inspect "#<%s %s>" % [self.class, to_hash.formatted] end
Also aliased as: to_s