class Shellany::Sheller

def self.stdout(*args)


Shortcut for new(command).run.stdout
def self.stdout(*args)
  new(*args).stdout
end