As Jon would say, ProTip:
Ruby uses the first character of the name to help it determine it’s intended use.
Local Variables
These should be a lowercase letter followed by other characters, naming convention states that it is better to use underscores rather than camelBack for multiple word names
eg. mileage
, variable_xyz
Instance Variables