lib/presenter/core.rb in presenter-0.1.0 vs lib/presenter/core.rb in presenter-0.1.1
- old
+ new
@@ -60,13 +60,9 @@
if mixin = self.class.instance_variable_get("@mixins")[:#{name}]
items.each { |item| item.extend(mixin) }
end
items
end
-
- def find_#{name}
- raise NotImplementedError.new("find_#{name} method not implemented")
- end
EOS
end
end
module InstanceMethods