class Convenlu::Interface

Public Class Methods

start_prompt() click to toggle source
# File lib/convenlu/interface.rb, line 8
def self.start_prompt
  Prompt::start
  Spinner::start_animation
end