https://github.com/omkz/ruby-oop
https://github.com/omkz/ruby-oop
ruby
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/omkz/ruby-oop
- Owner: omkz
- Created: 2017-03-06T03:18:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T03:20:11.000Z (over 9 years ago)
- Last Synced: 2025-12-07T12:14:21.654Z (7 months ago)
- Topics: ruby
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run the app
### interactive mode
`$ ./my_program`
### in the repl:
input:
`create_parking_lot 6`
input:
`park('KA01HH9999', 'White')`
### show all of output in shell from file_inputs.txt
`$ ./my_program file_inputs.txt`
### writes all of output into output.txt
`$ ./my_program file_inputs.txt > output.txt`