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

* lib/ostruct.rb: [DOC] fix position of nodoc directive.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2016-04-09 13:39:32 +00:00
parent 21791dd97f
commit 997df3ad01

View file

@ -71,8 +71,7 @@
# of these properties compared to using a Hash or a Struct.
#
class OpenStruct
# :nodoc:
class << self
class << self # :nodoc:
alias allocate new
end