Class: UniProp::ActualPropertyValueGroup
- Inherits:
-
Object
- Object
- UniProp::ActualPropertyValueGroup
- Defined in:
- lib/uniprop/inspects.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
33 34 35 36 37 |
# File 'lib/uniprop/inspects.rb', line 33 def inspect property_names = properties.map { _1.longest_alias } .join(', ') "#<#{self.class.name} #{propfile.basename_prefix} (#{property_names})>" end |