class Remap::Notice

Constants

Fatal
Ignore

Public Instance Methods

inspect() click to toggle source

@return [String]

# File lib/remap/notice.rb, line 12
def inspect
  "#<%s %s>" % [self.class, to_hash.formatted]
end
Also aliased as: to_s
to_hash() click to toggle source

Hash representation of the notice

@return [Hash]

Calls superclass method
# File lib/remap/notice.rb, line 20
def to_hash
  super.except(:backtrace).compact_blank
end
to_s()
Alias for: inspect