Sha256: 86abad597e7ba475d4a5856ae9dbcbe8024925f831784749a5498a32119b0f17
Contents?: true
Size: 253 Bytes
Versions: 6
Compression:
Stored size: 253 Bytes
Contents
module Apidoco module ApplicationHelper def documentation_versions(version_parser) version_parser.documentations.map do |documentation| { name: documentation.name, path: api_path(id: documentation.name) } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems