aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/ft.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ft.h')
0 files changed, 0 insertions, 0 deletions
otfix/0.18.0.12 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rdoc-2.4.3/lib/rdoc/anon_class.rb
blob: 0a684f2dfb4d49c34446a5bacff32d64fb89c3d4 (plain)
1
2
3
4
5
6
7
8
9
10
require 'rdoc/class_module'

##
# An anonymous class like:
#
#   c = Class.new do end

class RDoc::AnonClass < RDoc::ClassModule
end