Module: RHNH::EnumerablePostDeserializeHelper
Instance Method Summary collapse
Instance Method Details
#post_deserialize ⇒ Object
61 62 63 64 65 |
# File 'lib/rcl/ext/yaml_helper.rb', line 61 def post_deserialize self.each do |e| YAML.call_post_deserialize(e) if e end end |