Method: Decode::Definition#documentation
- Defined in:
- lib/decode/definition.rb
#documentation ⇒ Documentation | Nil
Structured access to the definitions comments.
155 156 157 158 159 |
# File 'lib/decode/definition.rb', line 155 def documentation if @comments&.any? @documentation ||= Documentation.new(@comments) end end |