class Identifiable::Errors::LengthMustBeAnIntegerError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/identifiable/errors.rb, line 34 def initialize super('The identifiable\'s length must be an Integer.') end