class Steep::Errors::UnexpectedSplat

def to_s

def to_s
  "#{location_to_str}: UnexpectedSplat: type=#{type}"
end