This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module Text | |
| def self.print_string(text) | |
| puts "\n*** #{text} ***" | |
| end | |
| def self.chomp_it | |
| gets.chomp | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last login: Wed Dec 3 00:10:05 on ttys000 | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config ; exit; | |
| Jeffreys-MacBook-Pro:~ knoxjeffrey$ /Users/knoxjeffrey/Ruby/programming_introduction/.git/config ; exit; | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config: line 1: [core]: command not found | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config: line 2: repositoryformatversion: command not found | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config: line 3: filemode: command not found | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config: line 4: bare: command not found | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config: line 5: logallrefupdates: command not found | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config: line 6: ignorecase: command not found | |
| /Users/knoxjeffrey/Ruby/programming_introduction/.git/config: line 7: precomposeunicode: command not found |
NewerOlder