Class: WikiTipsPost::KernelWrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/wiki_tips_post/kernel_wrapper.rb

Instance Method Summary collapse

Instance Method Details

#system(*args) ⇒ Object



3
4
5
# File 'lib/wiki_tips_post/kernel_wrapper.rb', line 3

def system(*args)
  Kernel.system(*args)
end