class Prism::MagicComment

def value

Returns the value of the magic comment by slicing it from the source code.
def value
  value_loc.slice
end