class Scmd::Call
Public Class Methods
new(cmd_spy, input)
click to toggle source
Calls superclass method
# File lib/scmd.rb, line 44 def initialize(cmd_spy, input) super(cmd_spy.cmd_str, input, cmd_spy) end