# File lib/mole/utils/frameworks.rb, line 27 def moleable_features( clazz ) features = clazz.public_instance_methods( false ) features.select { |f| f unless f.index( /_(with|without)_mole/) } end