diff options
Diffstat (limited to 'test/rdoc/xref_data.rb')
-rw-r--r-- | test/rdoc/xref_data.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rdoc/xref_data.rb b/test/rdoc/xref_data.rb index c9315b7806..42b5d1baf3 100644 --- a/test/rdoc/xref_data.rb +++ b/test/rdoc/xref_data.rb @@ -74,6 +74,7 @@ class C6 def priv4() end public def pub5() end def priv5() end + def self.s_pub1() end protected private def priv6() end @@ -82,6 +83,7 @@ class C6 def prot5() end public def pub6() end def prot6() end + def self.s_pub3() end end class C7 |