Index (C)
»
IRB
»
Reload
»
Command
Class: IRB::Reload::Command
Inherits:
Command::Base
Object
Command::Base
IRB::Reload::Command
show all
Defined in:
lib/irb/reload/command.rb
Instance Method Summary
collapse
#
execute
(_arg) ⇒ Object
Instance Method Details
#
execute
(_arg) ⇒
Object
14 15 16
# File 'lib/irb/reload/command.rb', line 14
def
execute
(
_arg
)
IRB
::
Reload
.
reload!
end