YARD::CodeObjects::Base
A ConstantObject represents a Ruby constant (not a module or class). To access the constant's (source code) value, use {value}.
The source code representing the constant's value @return [String] the value the constant is set to
# File lib/yard/code_objects/constant_object.rb, line 9 def value=(value) @value = format_source(value) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.