module Redirectly::Refinements

Public Instance Methods

comment?() click to toggle source
# File lib/redirectly/refinements.rb, line 4
def comment?
  start_with? ';' or start_with? '#'
end