class RuboCop::MagicComment::EditorComment

def tokens

Returns:
  • (Array) -
def tokens
  extract(self.class::FORMAT).split(self.class::SEPARATOR).map(&:strip)
end