Hello,
I just finished the Ruby essential Training course
I want to know how to write a very simple script for Restaurant Finder
using the command line only if possible?
Features needed:
User asked to input 1- restaurant name 2- restaurant type 3- restaurant
average price
user gets response list of the restaurants (nothing will be saved on
file) only in the memory during the session.
also how can i let the user shows the list of added restaurants?
I want to make it as simple as possible so i can understand the language
in a way that i missed it by the Lynda.com instructor.
Once this instructor reached the actual script building, he started
modifying it and write lots of speedy code that confused me and made me
almost thing like it is PHP not Ruby Video training I’m watching.
I know how to create classes and methods and using array hashes etc…
Want basic simple start to try myself how to write simple programs
without using files to store anything
after that i will move to the next level.
Thanks.