class Runner::MissingArgument

Attributes

msg[R]
opts[R]

Public Class Methods

new(msg, opts) click to toggle source
Calls superclass method
# File lib/shared_infrastructure/runner/base.rb, line 124
def initialize(msg, opts)
  @opts = opts
  super msg
end