module Terminator::Shell

Public Class Methods

method_missing(method, *args) click to toggle source
# File lib/dunmanifestin/terminator.rb, line 106
def method_missing method, *args
  send method, *args
end