class Telepath::CommandLine::Command
Public Instance Methods
data_out(value, failure_message)
click to toggle source
# File lib/telepath/command.rb, line 31 def data_out value, failure_message if value then Out.data value else Out.error self, failure_message end end
handler()
click to toggle source
# File lib/telepath/command.rb, line 27 def handler @handler ||= Telepath::Handler.new self end
setup_environment()
click to toggle source
HELPERS
# File lib/telepath/command.rb, line 20 def setup_environment # quiet # timeout # file # path end