From 997df3ad0149fd69c3574660af26170d7464a6f3 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sat, 9 Apr 2016 13:39:32 +0000 Subject: * 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 --- lib/ostruct.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ostruct.rb b/lib/ostruct.rb index 11eee24537..bbf1743247 100644 --- a/lib/ostruct.rb +++ b/lib/ostruct.rb @@ -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 -- cgit v1.2.3