lib/ruboty/adapters/shell.rb in ruboty-1.2.2 vs lib/ruboty/adapters/shell.rb in ruboty-1.2.3
- old
+ new
@@ -26,10 +26,10 @@
end
private
def explain
- Ruboty.logger.info(USAGE)
+ puts USAGE
end
def read
Readline.readline(PROMPT, true).tap do |line|
history_file.puts(line)