class EasyRepl::Commands::Reload
Public Class Methods
cmd_txt()
click to toggle source
# File lib/easy_repl/commands/reload.rb, line 6 def self.cmd_txt "reload" end
run(input)
click to toggle source
# File lib/easy_repl/commands/reload.rb, line 10 def self.run(input) throw :exit_inner_loop, :reload end