class CommandWrapper def method_missing(method, *args) system(method.to_s, *args) endendcw = CommandWrapper.newcw.date # Sat Apr 28 22:50:11 CDT 2001cw.du '-s', '/tmp' # 166749 /tmp