Method: RDoc::Attr#token_stream
- Defined in:
- lib/rdoc/code_object/attr.rb
#token_stream ⇒ Object
Attributes do not have token streams.
An RDoc::Attr can show up in the method list in some situations (see Gem::ConfigFile)
172 173 |
# File 'lib/rdoc/code_object/attr.rb', line 172 def token_stream # :nodoc: end |