class Hanoi::Jane::MatrixException
Attributes
text[R]
Public Class Methods
new(text)
click to toggle source
# File lib/hanoi/jane/exceptions.rb, line 22 def initialize text @text = text end