Method: YARD::CodeObjects::ConstantObject#value

Defined in:
lib/yard/code_objects/constant_object.rb

#valueString

The source code representing the constant’s value

Returns:

  • (String)

    the value the constant is set to



10
11
12
# File 'lib/yard/code_objects/constant_object.rb', line 10

def value
  @value
end