class Bog::Initializer
Private Instance Methods
get_input(text)
click to toggle source
# File lib/bog/initializer.rb, line 7 def get_input(text) puts text return $stdin.gets.chomp end
# File lib/bog/initializer.rb, line 7 def get_input(text) puts text return $stdin.gets.chomp end