class Asperalm::Cli::Plugins::Server::LocalExecutor
Public Instance Methods
execute(cmd,input=nil)
click to toggle source
# File lib/asperalm/cli/plugins/server.rb, line 13 def execute(cmd,input=nil) `#{cmd}` end