class ExceededDigitLimit
Public Class Methods
new(msg = "Exceeded digit limit of 10")
click to toggle source
Calls superclass method
# File lib/noreprand.rb, line 2 def initialize(msg = "Exceeded digit limit of 10") super end