Variables
Variables are like container, which holds soemthing. Suppose I have a containeer for storing suger. In programming, Variables stores data types (like : string , tuple).
First example
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html