class Pennyworth::LocalRunner
Public Class Methods
new(opts = {})
click to toggle source
# File lib/pennyworth/local_runner.rb, line 20 def initialize(opts = {}) @command_runner = LocalCommandRunner.new(opts) end
Public Instance Methods
start()
click to toggle source
# File lib/pennyworth/local_runner.rb, line 24 def start # Nothing to do here "127.0.0.1" end
stop()
click to toggle source
# File lib/pennyworth/local_runner.rb, line 30 def stop # Nothing to do here either end