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:
parent
21791dd97f
commit
997df3ad01
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue