class WikiTipsPost::KernelWrapper
Public Instance Methods
system(*args)
click to toggle source
# File lib/wiki_tips_post/kernel_wrapper.rb, line 3 def system(*args) Kernel.system(*args) end
# File lib/wiki_tips_post/kernel_wrapper.rb, line 3 def system(*args) Kernel.system(*args) end