Skip to content

Commit 32ab1fb

Browse files
committed
Specify constant visibility
1 parent 67c95cc commit 32ab1fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/webmention/parser.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module Webmention
55
class Parser
66
URI_REGEXP = URI::DEFAULT_PARSER.make_regexp(%w[http https]).freeze
77

8+
public_constant :URI_REGEXP
9+
810
class << self
911
# @return [Array<String>]
1012
attr_reader :mime_types

0 commit comments

Comments
 (0)