Language Basics Ruby

# The global variables are always preceded by the dollar sign ($).
# using the class variable @@no_of_customers
class Customer
@@no_of_customers=0
end