Sha256: f981a6a7a26267b80a60512854e207701dbe590e1bd1b8adff427fd50d7a42b8
Contents?: true
Size: 245 Bytes
Versions: 17
Compression:
Stored size: 245 Bytes
Contents
module LessonsIndexer module Collections class HeadingsList < Base def for(lesson) detect do |heading| lesson.major == heading.major && lesson.minor == heading.minor end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems