class Command::Interrupt
Attributes
errors[R]
Public Class Methods
new(errors)
click to toggle source
Calls superclass method
# File lib/command/interrupt.rb, line 7 def initialize(errors) super() @errors = errors end