# File lib/cim/class.rb, line 92 def method? features.each do |f| return true if f.method? end false end