Method: Error#to_s

Defined in:
lib/error.rb

#to_sString

The String to print.

Returns:

  • (String)


19
20
21
# File 'lib/error.rb', line 19

def to_s
  @target.to_s
end