Sha256: 51a3a3c51f31ca21bf67db92b346d37837bda8a5060835ebfc33600fd6f23c24

Contents?: true

Size: 405 Bytes

Versions: 99

Compression:

Stored size: 405 Bytes

Contents

module YARD::CodeObjects
  # A +ConstantObject+ represents a Ruby constant (not a module or class).
  # To access the constant's (source code) value, use {#value}.
  class ConstantObject < Base
    # The source code representing the constant's value
    # @return [String] the value the constant is set to
    attr_reader :value

    def value=(value)
      @value = format_source(value)
    end
  end
end

Version data entries

99 entries across 80 versions & 9 rubygems

Version Path
yard-0.8.4 lib/yard/code_objects/constant_object.rb
challah-0.9.1.beta vendor/bundle/gems/yard-0.8.3/lib/yard/code_objects/constant_object.rb
challah-0.9.0 vendor/bundle/gems/yard-0.8.3/lib/yard/code_objects/constant_object.rb
challah-rolls-0.2.0 vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-rolls-0.2.0 vendor/bundle/gems/yard-0.8.3/lib/yard/code_objects/constant_object.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/yard-0.8.3/lib/yard/code_objects/constant_object.rb
challah-0.8.3 vendor/bundle/gems/yard-0.8.3/lib/yard/code_objects/constant_object.rb
challah-0.8.3 vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
yard-0.8.3 lib/yard/code_objects/constant_object.rb
challah-0.8.1 vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-rolls-0.1.0 vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-0.8.0.pre vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-0.7.1 vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-0.7.0 vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-0.7.0.pre2 vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-0.7.0.pre vendor/bundle/gems/yard-0.8.2.1/lib/yard/code_objects/constant_object.rb
challah-0.6.2 vendor/bundle/gems/yard-0.8.2/lib/yard/code_objects/constant_object.rb