Skip to content

Commit

Permalink
Move link to Exception.to_tty? from #full_message. (see ruremagh-1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-h committed Aug 19, 2019
1 parent 50772cb commit 14da8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/_builtin/Exception
Expand Up @@ -239,6 +239,6 @@ rescue => e
p e.full_message # => "\e[1mTraceback \e[m(most recent call last):\ntest.rb:2:in `<main>': \e[1mtest (\e[4;1mRuntimeError\e[m\e[1m)\n\e[m"
end
#@end
#@end

@see [[m:Exception.to_tty?]]
#@end

0 comments on commit 14da8cb

Please sign in to comment.