Class: Puppet::Pops::Serialization::RGen::Base Private
- Defined in:
- lib/puppet/pops/serialization/rgen.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Instance Method Summary collapse
- #features(impl_class) ⇒ Object private
Instance Method Details
#features(impl_class) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/puppet/pops/serialization/rgen.rb', line 10 def features(impl_class) impl_class.ecore.eAllStructuralFeatures.reject {|feature| feature.derived } end |