Method: JSCommander::Shell::ReadlineConsole#show_banner

Defined in:
lib/jscmd/shell.rb

#show_bannerObject



51
52
53
# File 'lib/jscmd/shell.rb', line 51

def show_banner
  $stderr.puts "Press Ctrl+D to exit."
end