Exception: Remap::Failure::Error
- Extended by:
- Dry::Initializer
- Defined in:
- lib/remap/failure/error.rb
Instance Method Summary collapse
- #inspect ⇒ String (also: #to_s)
Instance Method Details
#inspect ⇒ String Also known as: to_s
14 15 16 |
# File 'lib/remap/failure/error.rb', line 14 def inspect "#<%s %s>" % [self.class, to_hash.formatted] end |