Method: YARD::CodeObjects::ConstantObject#value
- Defined in:
- lib/yard/code_objects/constant_object.rb
#value ⇒ String
The source code representing the constant’s value
10 11 12 |
# File 'lib/yard/code_objects/constant_object.rb', line 10 def value @value end |