forked from Lainports/freebsd-ports
- Add GMP option: libgmp.so is linked if present - Sort CONFIGURE_ARGS - Remove duplicate WRKSRC - Sort USES - Use pre-install: instead of pre-su-install: - Convert to new options helper - Convert to new options target helper - Change options helper: (copied from ruby22) - Use CAPIDOCS_CONFIGURE_ENABLE instead of CAPIDOCS_CONFIGURE_OFF - Use RDOC_CONFIGURE_ENABLE instead of RDOC_CONFIGURE_OFF - Add regression-test: - Fix typo - Cosmetic change - Pet portlint: fix diff header of patch files - Bump PORTREVISION for dependency and package change
13 lines
306 B
Ruby
13 lines
306 B
Ruby
--- lib/rdoc/single_class.rb 2014-11-26 19:29:03 UTC
|
|
+++ lib/rdoc/single_class.rb
|
|
@@ -10,6 +10,10 @@ def ancestors
|
|
superclass ? super + [superclass] : super
|
|
end
|
|
|
|
+ def aref_prefix # :nodoc:
|
|
+ 'sclass'
|
|
+ end
|
|
+
|
|
##
|
|
# The definition of this singleton class, <tt>class << MyClassName</tt>
|
|
|