Sha256: e78b43f66ed4301f1c20c8f847a12d0272043cf12189b36a1a018aae85481db6
Contents?: true
Size: 1.87 KB
Versions: 12
Compression:
Stored size: 1.87 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:const_set:@docstringIC:YARD::Docstring"Sets the named constant to the given object, returning that object. Creates a new constant if no constant with the given name previously existed. Math.const_set("HIGH_SCHOOL_PI", 22.0/7.0) #=> 3.14285714285714 Math::HIGH_SCHOOL_PI - Math::PI #=> 0.00126448926734968 :@objectu:YARD::StubProxyModule#const_set: @summary0: @all"RSets the named constant to the given object, returning that object. Creates a new constant if no constant with the given name previously existed. Math.const_set("HIGH_SCHOOL_PI", 22.0/7.0) #=> 3.14285714285714 Math::HIGH_SCHOOL_PI - Math::PI #=> 0.00126448926734968 @overload const_set(sym, obj) @return [Object]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Module#const_set;;;IC; "