From 4af377e970908c97d88ff8713e6df5d06be160e6 Mon Sep 17 00:00:00 2001 From: bonte Date: Fri, 3 Aug 2018 23:34:39 +0200 Subject: fix comment --- ruby.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.html.markdown') diff --git a/ruby.html.markdown b/ruby.html.markdown index 4bc872da..51f220e3 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -158,7 +158,7 @@ status == 'pending' #=> false status == :approved #=> false -Strings can be converted into symbols and vice versa: +# Strings can be converted into symbols and vice versa: status.to_s #=> "pending" "argon".to_sym #=> :argon -- cgit v1.2.3