Class: Beastbot::Interpret

Inherits:
Object
  • Object
show all
Defined in:
lib/beastbot.rb

Class Method Summary collapse

Class Method Details

.get_argumentsObject



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