class CSP::DirectiveValue::Source::Scheme

Private Instance Methods

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