aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2017-02-23 02:11:16 +0000
committerKazuki Yamaguchi <k@rhe.jp>2017-02-24 00:14:49 +0900
commit45f1ad00b5bc388a8f15c4612729e0df42f322ba (patch)
treed123ad493f403341c4774ea9c01fccdfd2d35f1d /lib
parentabaf7befc3880d5e70dd70d1938eeb98d0b2e242 (diff)
downloadruby-openssl-45f1ad00b5bc388a8f15c4612729e0df42f322ba.tar.gz
[DOC] mark up literals
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/openssl/buffering.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index 3d577945..9bd83f17 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -166,8 +166,8 @@ module OpenSSL::Buffering
#
# By specifying a keyword argument _exception_ to +false+, you can indicate
# that read_nonblock should not raise an IO::Wait*able exception, but
- # return the symbol :wait_writable or :wait_readable instead. At EOF, it will
- # return nil instead of raising EOFError.
+ # return the symbol +:wait_writable+ or +:wait_readable+ instead. At EOF,
+ # it will return +nil+ instead of raising EOFError.
def read_nonblock(maxlen, buf=nil, exception: true)
if maxlen == 0
@@ -379,8 +379,8 @@ module OpenSSL::Buffering
#
# By specifying a keyword argument _exception_ to +false+, you can indicate
# that write_nonblock should not raise an IO::Wait*able exception, but
- # return the symbol :wait_writable or :wait_readable instead. At EOF, it will
- # return nil instead of raising EOFError.
+ # return the symbol +:wait_writable+ or +:wait_readable+ instead. At EOF,
+ # it will return +nil+ instead of raising EOFError.
def write_nonblock(s, exception: true)
flush