Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created November 2, 2011 21:47
Show Gist options
  • Save jdlich/1335030 to your computer and use it in GitHub Desktop.
Save jdlich/1335030 to your computer and use it in GitHub Desktop.
def chapters
Array.new(@items
.select { |i| i.identifier =~ %r{^/chapters/} }
).sort_by { |i| i.identifier }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment