Sha256: f71f65278cf5ca36c99278c518cfaea76d148605ef90a66ef4852a53d3a683d3
Contents?: true
Size: 360 Bytes
Versions: 10
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true module Todo def this_should_not_trigger_todo end # TODO: fix this later def todo_without_comment end # TODO: https://zube.io/watermark/asdf1234 def todo_with_link_same_line end # TODO: fix this when things are right # https://www.github.com/watermarkchurch/asdf/1234 def todo_with_link_below end end
Version data entries
10 entries across 10 versions & 1 rubygems