Class: Yardstick::Document::NullTag
- Inherits:
-
Object
- Object
- Yardstick::Document::NullTag
- Defined in:
- lib/yardstick/document.rb
Overview
Null object for YARD::Tags::Tag
Instance Method Summary collapse
-
#text ⇒ nil
private
Empty text.
-
#types ⇒ Array
private
Empty list of types.
Instance Method Details
#text ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Empty text
199 200 201 |
# File 'lib/yardstick/document.rb', line 199 def text nil end |
#types ⇒ Array
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Empty list of types
209 210 211 |
# File 'lib/yardstick/document.rb', line 209 def types [] end |