Module: T::Props::PrettyPrintable::DecoratorMethods

Extended by:
Sig
Defined in:
lib/types/props/pretty_printable.rb

Instance Method Summary collapse

Methods included from Sig

sig

Instance Method Details

#valid_rule_key?(key) ⇒ Boolean

Returns:



56
57
58
# File 'lib/types/props/pretty_printable.rb', line 56

def valid_rule_key?(key)
  super || key == :inspect
end