Sha256: 99c270ffbf7b0a6e773402eb589e58289a3ce6f4fb98b6635105df2342d32276
Contents?: true
Size: 388 Bytes
Versions: 4
Compression:
Stored size: 388 Bytes
Contents
#!/usr/bin/env ruby # This is a file with a mix of valid and invalid magic comments # valid_comment: hello # true_comment: true # false_comment: false # comment_123: alpha-numeric and underscores allowed # 123_will_not_match: will not match # not-using-underscores: value for comment using dashes # not_at_start_of_line: will not match module Test end # after_code: will not match
Version data entries
4 entries across 4 versions & 1 rubygems