class Prism::MagicComment

def key

Returns the key of the magic comment by slicing it from the source code.
def key
  key_loc.slice
end