class T::Props::HasLazilySpecializedMethods::SourceEvaluationDisabled

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/types/props/has_lazily_specialized_methods.rb, line 21
def initialize
  super("Evaluation of lazily-defined methods is disabled")
end