Module: T::Props::PrettyPrintable::DecoratorMethods
- Extended by:
- Sig
- Defined in:
- lib/types/props/pretty_printable.rb
Instance Method Summary collapse
Methods included from Sig
Instance Method Details
#valid_rule_key?(key) ⇒ Boolean
56 57 58 |
# File 'lib/types/props/pretty_printable.rb', line 56 def valid_rule_key?(key) super || key == :inspect end |