# File lib/rgen/ecore/ecore_to_ruby.rb, line 101 def value(prop) return false if prop == :containment && @efeature.is_a?(RGen::ECore::EAttribute) @efeature.send(prop) end