Ruby defined operator
defined? operator
The defined? the operator is used to check whether or not the passed expression is defined. It returns nil if its argument is not defined, otherwise, it returns a descriptive string of that argument.
Syntax :
defined? expression
Here are some usage of defined? operator:
Example: Ruby defined operator
Output:
defined operator in Ruby local-variable expression method constant global-variable constant assignment method
Previous:
Ruby Ternary operator
Next:
Ruby Dot And Double Colon Operators
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics