class CmdError
Attributes
command[R]
Public Class Methods
new(command)
click to toggle source
# File lib/errors.rb, line 7 def initialize(command) @command = command end
# File lib/errors.rb, line 7 def initialize(command) @command = command end