class RuboCop::MagicComment::SimpleComment

def encoding

Match `encoding` or `coding`
def encoding
  extract(/\b(?:en)?coding: (#{TOKEN})/)
end