class CSP::DirectiveValue::Source::Keyword

Private Instance Methods

regexp() click to toggle source
# File lib/directive_value/source/keyword.rb, line 10
def regexp
  /\A#{CSP::Grammar::KEYWORD_SOURCE}\z/o
end