Sha256: 97142e970a52b19614b87b3b55d3b135a84581577eae2d73aafb9150983f02e3
Contents?: true
Size: 493 Bytes
Versions: 31
Compression:
Stored size: 493 Bytes
Contents
include T('default/fulldoc/html') def init # This is the css class type; here we just default to class @list_class = "class" case @list_type.to_sym when :features; @list_title = "Features" when :tags; @list_title = "Tags" when :class; @list_title = "Class List" when :methods; @list_title = "Method List" when :files; @list_title = "File List" end sections :full_list end def all_features_link linkify YARD::CodeObjects::Cucumber::CUCUMBER_NAMESPACE, "All Features" end
Version data entries
31 entries across 31 versions & 4 rubygems