Class: IRB::Reload::Command

Inherits:
Command::Base
  • Object
show all
Defined in:
lib/irb/reload/command.rb

Instance Method Summary collapse

Instance Method Details

#execute(_arg) ⇒ Object



14
15
16
# File 'lib/irb/reload/command.rb', line 14

def execute(_arg)
  IRB::Reload.reload!
end