lib/yard/code_objects/constant_object.rb in yard-0.9.0 vs lib/yard/code_objects/constant_object.rb in yard-0.9.1

- old
+ new

@@ -1,5 +1,7 @@ module YARD::CodeObjects + register_separator NSEP, :constant + # 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 \ No newline at end of file