module Hamster::Enumerable

def each

def each
  fail NoMethodError, "undefined method `each' for #{self.class.name}"
end