Class: Irbtools::Command::Sys

Inherits:
IRB::Command::Base
  • Object
show all
Defined in:
lib/irbtools/commands/sys.rb

Instance Method Summary collapse

Instance Method Details

#execute(arg) ⇒ Object



14
15
16
# File 'lib/irbtools/commands/sys.rb', line 14

def execute(arg)
  system(arg)
end