Libraries
»
error
(0.0.0)
»
Index
»
Error
»
#to_s
Method: Error#to_s
Defined in:
lib/error.rb
#
to_s
⇒
String
The String to print.
Returns:
(
String
)
19 20 21
# File 'lib/error.rb', line 19
def
to_s
@target
.
to_s
end