Demo of using git for version control
Load and use the Namer class
person = Namer.new('Soumya')
person.greet
You can optionally send a custom greeting
person.greet('Happy birthday')
From the command line, you can run:
$ ruby app.rb
<asks for name>
<provides output>