Write your program in Ruby which takes an un-indented Ruby code as string and outputs the indented Ruby code as string.
Input Format A string which is un-indented Ruby code
Output Format A string which is indented Ruby code
Indentation is of 2 spaces.