method
const_defined?
const_defined?(p1)
public
Returns true if a constant with the given name is defined by mod.
Math.const_defined? "PI" #=> true
const_defined?(p1)
public
Returns true if a constant with the given name is defined by mod.
Math.const_defined? "PI" #=> true