Class: Beastbot::Interpret
- Inherits:
-
Object
- Object
- Beastbot::Interpret
- Defined in:
- lib/beastbot.rb
Class Method Summary collapse
Class Method Details
.get_arguments ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/beastbot.rb', line 4 def self.get_arguments st_in = STDIN.gets if st_in != "nil" return st_in else return nil end end |