1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

lib/mutex_m.rb: fix example code in documentation

* lib/mutex_m.rb: [DOC] fix invalid example code to make it
  syntax highlighted.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-10-21 14:02:00 +00:00
parent 27295e94f2
commit bca2cdcc0b

View file

@ -29,8 +29,8 @@
#
# class Foo
# include Mutex_m
# def initialize ...
# ...
# def initialize
# # ...
# super()
# end
# # ...